shadPS4/src/emulator.cpp

9 lines
125 B
C++
Raw Normal View History

2023-08-09 09:31:18 +02:00
#include "emulator.h"
namespace Emulator {
void emuInit() {}
void emuRun() {
for (;;) {
}
}
} // namespace emulator