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