mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-18 01:14:56 +00:00
event queue events now process nicely
This commit is contained in:
parent
0c39b808bf
commit
ab932e7503
7 changed files with 82 additions and 6 deletions
|
@ -1,9 +1,11 @@
|
|||
#include "emulator.h"
|
||||
#include "Core/PS4/HLE/Graphics/video_out.h"
|
||||
|
||||
namespace Emulator {
|
||||
void emuInit() {}
|
||||
void emuRun() {
|
||||
for (;;) {
|
||||
HLE::Libs::Graphics::VideoOut::videoOutFlip(100000);//flip every 0.1 sec
|
||||
}
|
||||
}
|
||||
} // namespace emulator
|
Loading…
Add table
Add a link
Reference in a new issue