mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-23 18:45:36 +00:00
6 lines
67 B
C++
6 lines
67 B
C++
#pragma once
|
|
|
|
namespace Emulator {
|
|
void emuInit();
|
|
void emuRun();
|
|
} |