[hle/service] Implement/Stub various debug functions

This commit is contained in:
smiRaphi 2026-04-07 20:23:59 +02:00
parent 6b6c5fc2ae
commit c50d4e9820
No known key found for this signature in database
GPG key ID: 504C55BB79ABECB6
14 changed files with 158 additions and 7 deletions

View file

@ -114,6 +114,8 @@ add_library(core STATIC
file_sys/fssystem/fssystem_switch_storage.h
file_sys/fssystem/fssystem_utility.cpp
file_sys/fssystem/fssystem_utility.h
file_sys/host_factory.cpp
file_sys/host_factory.h
file_sys/ips_layer.cpp
file_sys/ips_layer.h
file_sys/kernel_executable.cpp