mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-17 12:15:24 +00:00
6 lines
67 B
C
6 lines
67 B
C
|
#pragma once
|
||
|
|
||
|
namespace Emulator {
|
||
|
void emuInit();
|
||
|
void emuRun();
|
||
|
}
|