mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Misc warning fixes.
One of the fixes in Source/Plugins/Plugin_VideoOGL/Src/Render.cpp (for an uninitialized variable) looks like it could actually have real-world effects; someone familiar with the code should check that the fix is correct. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3669 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -58,8 +58,8 @@ class GFXConfigDialogOGL : public wxDialog
|
||||
virtual ~GFXConfigDialogOGL();
|
||||
void CloseClick(wxCommandEvent& event);
|
||||
|
||||
void AddFSReso(char *reso);
|
||||
void AddWindowReso(char *reso);
|
||||
void AddFSReso(const char *reso);
|
||||
void AddWindowReso(const char *reso);
|
||||
void CreateGUIControls();
|
||||
void GameIniLoad();
|
||||
// Combo box lists, this one needs to be public
|
||||
|
Reference in New Issue
Block a user