mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
Some code clean up for new OpenGL hacks(No fix for game.ini yet (If anyone can please do it as it seems to take me forever to get it working properly))
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3198 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -31,6 +31,17 @@
|
||||
#include <wx/filepicker.h>
|
||||
#include <wx/gbsizer.h>
|
||||
|
||||
enum
|
||||
{
|
||||
OGL_HACK_NONE = 0,
|
||||
OGL_HACK_ZELDA_TP_BLOOM_HACK = 1,
|
||||
OGL_HACK_SUPER_MARIO_GALAXY = 2,
|
||||
OGL_HACK_MARIO_KART_WII = 3,
|
||||
OGL_HACK_SONIC_AND_THE_BLACK_KNIGHT = 4,
|
||||
OGL_HACK_BLEACH_VERSUS_CRUSADE = 5,
|
||||
OGL_HACK_FINAL_FANTASY_CC_ECHO_OF_TIME = 6,
|
||||
};
|
||||
|
||||
|
||||
class ConfigDialog : public wxDialog
|
||||
{
|
||||
|
Reference in New Issue
Block a user