psOff_public/core
Martin Baliet 935df442ad dump
2024-04-17 21:39:03 +02:00
..
dmem dump 2024-04-17 21:39:03 +02:00
fileManager Don't pass empty strings to logger 2024-04-17 09:01:18 +03:00
imports Autofill emulator version in game report 2024-04-14 21:39:03 +03:00
initParams Fix vsync description 2024-04-17 08:20:05 +03:00
kernel dump 2024-04-17 21:39:03 +02:00
memory getPageSize cleanup 2024-04-13 14:24:28 +02:00
systemContent + fileManager, systemContent, timer 2024-03-01 19:39:11 +01: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 dump 2024-04-17 21:39:03 +02:00
CMakeLists.txt dump 2024-04-17 21:39:03 +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.