mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
* implement missing graphics (affine BG, rotscaled bitmap sprite)
* fix potential crash upon exit * more work on the input config UI * misc fixes
This commit is contained in:
@ -193,6 +193,7 @@ void SetMemoryType()
|
||||
CurCmd = prev_cmd;
|
||||
|
||||
delete[] Discover_Buffer;
|
||||
Discover_Buffer = NULL;
|
||||
}
|
||||
|
||||
void Write_Discover(u8 val, bool islast)
|
||||
|
Reference in New Issue
Block a user