mirror of
https://github.com/joel16/VitaShell.git
synced 2024-12-03 09:20:56 +00:00
Some changes
This commit is contained in:
parent
c9cb59a67f
commit
cb15b5b23a
8
main.c
8
main.c
@ -1276,13 +1276,7 @@ int main(int argc, const char *argv[]) {
|
||||
initCodeMemory(shared_memory->code_blockid);
|
||||
|
||||
// Set up nid table
|
||||
setupNidTable();
|
||||
|
||||
uint32_t text_addr = 0, text_size = 0;
|
||||
findModuleByName("SceLibKernel", &text_addr, &text_size);
|
||||
|
||||
int syscall = getValueByNid(0x713523E1);
|
||||
debugPrintf("text_addr: 0x%08X, syscall: 0x%08X\n", text_addr, syscall);
|
||||
// setupNidTable();
|
||||
|
||||
// Patch UVL
|
||||
PatchUVL();
|
||||
|
Loading…
Reference in New Issue
Block a user