mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
keep the ugliness confined in Platform.cpp
This commit is contained in:
@ -24,6 +24,9 @@
|
||||
namespace Platform
|
||||
{
|
||||
|
||||
void Init(int argc, char** argv);
|
||||
void DeInit();
|
||||
|
||||
void StopEmu();
|
||||
|
||||
// fopen() wrappers
|
||||
|
Reference in New Issue
Block a user