patching sceVideoOut functions

This commit is contained in:
georgemoralis 2023-07-13 18:36:03 +03:00
parent 063a689812
commit 3cbbdd5b2f
5 changed files with 91 additions and 0 deletions

View file

@ -0,0 +1,12 @@
#include "LibSceGnmDriver.h"
#include "Libs.h"
#include "../Loader/Elf.h"
namespace HLE::Libs::LibSceGnmDriver {
void LibSceGnmDriver_Register(SymbolsResolver* sym)
{
}
};