mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-02 06:06:24 +00:00
7 lines
110 B
C
7 lines
110 B
C
#pragma once
|
|
|
|
void EmuThread_Start(const char *filename);
|
|
void EmuThread_Stop();
|
|
|
|
char *GetCurrentFilename();
|