mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 14:15:41 +12:00
Fix new syntax
This commit is contained in:
parent
1c501aceef
commit
8b6008e196
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ void HydraCore::removeCheat(u32 id) { emulator->getCheats().removeCheat(id); }
|
|||
void HydraCore::enableCheat(u32 id) { emulator->getCheats().enableCheat(id); }
|
||||
void HydraCore::disableCheat(u32 id) { emulator->getCheats().disableCheat(id); }
|
||||
|
||||
HC_API hydra::IBase* createEmulator() { return new HydraCore; }
|
||||
HC_API hydra::IBase* createEmulator() { return new HydraCore(); }
|
||||
HC_API void destroyEmulator(hydra::IBase* emulator) { delete emulator; }
|
||||
|
||||
HC_API const char* getInfo(hydra::InfoType type) {
|
||||
|
|
Loading…
Add table
Reference in a new issue