mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-12 14:48:52 +00:00
threading part 1
This commit is contained in:
6
src/emulator.h
Normal file
6
src/emulator.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
namespace Emulator {
|
||||
void emuInit();
|
||||
void emuRun();
|
||||
}
|
||||
Reference in New Issue
Block a user