mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
remember window size.
fix extra shit.
This commit is contained in:
@ -30,6 +30,11 @@ void Save();
|
||||
extern int KeyMapping[12];
|
||||
extern int JoyMapping[12];
|
||||
|
||||
extern int WindowWidth;
|
||||
extern int WindowHeight;
|
||||
|
||||
extern int DirectBoot;
|
||||
|
||||
}
|
||||
|
||||
#endif // CONFIG_H
|
||||
|
Reference in New Issue
Block a user