psOff_public/core
2024-05-03 20:09:43 +02:00
..
dmem + virtualquery, + directquery 2024-05-01 00:36:05 +02:00
fileManager trace cleaning 2024-04-22 20:42:06 +02:00
imports/exports pm4_custom| use uint8_t 2024-05-03 17:52:45 +02:00
initParams 4k option 2024-04-25 15:59:18 +02:00
kernel + virtualquery, + directquery 2024-05-01 00:36:05 +02:00
memory dmem| poolepand negative len, cleaning 2024-04-17 22:59:15 +02:00
networking Fix other strings too 2024-04-28 23:10:46 +03:00
runtime 144| loadStartModule return ENOENT 2024-05-03 20:09:43 +02:00
systemContent move main| dump 2024-04-28 21:04:17 +02:00
timer use external third_party repo 2024-04-14 15:20:25 +02:00
unwinding cleaning 2024-03-27 20:09:14 +01:00
videoout vulkanSetup fixes, + exception(more infos) 2024-04-30 14:39:44 +02:00
CMakeLists.txt + missing dependency 2024-04-29 00:01:30 +02:00
readme.md + filemanager readme, update reset 2024-03-25 11:25:22 +01:00

Overview

All communication goes through the core library. The callbacks to the emulator are set during startup, before loading and setting up the target library.

Modules should only communicate unidirectional with the core library. Everything that can't be done locally inside modules, goes here.