mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
add threaded 3D option to the interface and config file. not functional yet.
This commit is contained in:
@ -33,6 +33,8 @@ int WindowHeight;
|
||||
|
||||
int DirectBoot;
|
||||
|
||||
int Threaded3D;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
char Name[16];
|
||||
@ -77,6 +79,8 @@ ConfigEntry ConfigFile[] =
|
||||
|
||||
{"DirectBoot", 0, &DirectBoot, 1, NULL, 0},
|
||||
|
||||
{"Threaded3D", 0, &Threaded3D, 1, NULL, 0},
|
||||
|
||||
{"", -1, NULL, 0, NULL, 0}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user