mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-10 00:45:13 +00:00
9 lines
125 B
C++
9 lines
125 B
C++
|
#include "emulator.h"
|
||
|
|
||
|
namespace Emulator {
|
||
|
void emuInit() {}
|
||
|
void emuRun() {
|
||
|
for (;;) {
|
||
|
}
|
||
|
}
|
||
|
} // namespace emulator
|