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