implemented sceKernelGetProcessTime

This commit is contained in:
georgemoralis 2023-10-30 08:48:52 +02:00
parent f732704b83
commit 758ef332f2
7 changed files with 46 additions and 2 deletions

View file

@ -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