mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-17 17:05:02 +00:00
implemented sceKernelGetProcessTime
This commit is contained in:
parent
f732704b83
commit
758ef332f2
7 changed files with 46 additions and 2 deletions
|
@ -13,6 +13,7 @@
|
|||
#include "Core/PS4/Linker.h"
|
||||
#include "Emulator/Util\singleton.h"
|
||||
#include "discord.h"
|
||||
#include "emuTimer.h"
|
||||
|
||||
// Main code
|
||||
int main(int argc, char* argv[]) {
|
||||
|
@ -26,6 +27,7 @@ int main(int argc, char* argv[]) {
|
|||
auto height = Config::getScreenHeight();
|
||||
Emu::emuInit(width, height);
|
||||
HLE::Libs::Graphics::VideoOut::videoOutInit(width, height);
|
||||
Emulator::emuTimer::start();
|
||||
|
||||
const char* const path = argv[1]; // argument 1 is the path of self file to boot
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue