mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-21 02:45:00 +00:00
threading part 1
This commit is contained in:
parent
08bfc06cc9
commit
3e1386666b
4 changed files with 30 additions and 5 deletions
6
src/emulator.h
Normal file
6
src/emulator.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
namespace Emulator {
|
||||
void emuInit();
|
||||
void emuRun();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue