obliteration/src
2024-05-06 23:58:27 +07:00
..
core Fix the UI version stuff (#862) 2024-05-06 23:58:27 +07:00
error Implements sys_gettimeofday (#635) 2024-02-13 09:51:57 +01:00
fs Revises dynamic data parser (#272) 2023-07-25 09:36:23 +00:00
ftp Replaces PUP with system files from PS4 (#152) 2023-02-22 16:27:31 +00:00
gmtx Fixes incorrect process ID for game process (#810) 2024-04-06 21:45:32 +07:00
kernel Implements dce + hmd devices (#859) 2024-05-05 01:38:38 +07:00
llt Implements pro mode, reworks errors in main (#559) 2024-01-21 00:57:25 +07:00
macros Makes errno fully derivable (#683) 2024-02-24 22:21:49 +07:00
param Fix the UI version stuff (#862) 2024-05-06 23:58:27 +07:00
pfs Uses total files for progress when installing a PKG (#758) 2024-03-23 23:17:57 +07:00
pkg Revises GUI for PKG Installer (#778) 2024-03-30 22:27:55 +07:00
resources Add fallback icon0 (#827) 2024-04-13 11:09:34 +02:00
tls Initializes stat, read and write syscalls (#589) 2024-02-15 14:54:19 +01:00
ansi_escape.cpp Initializes ANSI escape code supports (#131) 2023-02-06 16:36:05 +00:00
ansi_escape.hpp Initializes ANSI escape code supports (#131) 2023-02-06 16:36:05 +00:00
app_data.cpp Fixes PT_LOAD and PT_SCE_RELRO to match PS4 behavior (#226) 2023-06-12 15:10:35 +00:00
app_data.hpp Adds option to dump mapped SELF 2022-10-16 21:07:56 +07:00
Cargo.toml Moves ELF handling to kernel (#806) 2024-04-06 11:33:56 +02:00
CMakeLists.txt Uses Ninja to build on Windows (#785) 2024-03-31 19:33:46 +07:00
core.cpp Implements sysctl hw.pagesize (#390) 2023-10-09 10:50:29 +00:00
core.hpp Revises GUI for PKG Installer (#778) 2024-03-30 22:27:55 +07:00
deploy-win32.cmake Produces Application Bundle for macOS (#290) 2023-08-05 12:04:58 +00:00
game_graphic_settings.cpp Loads game settings (#588) 2024-01-28 19:30:46 +07:00
game_graphic_settings.hpp Loads game settings (#588) 2024-01-28 19:30:46 +07:00
game_models.cpp Optimize m_games (#830) 2024-04-13 14:39:53 -04:00
game_models.hpp Optimize m_games (#830) 2024-04-13 14:39:53 -04:00
game_settings.cpp Loads game settings (#588) 2024-01-28 19:30:46 +07:00
game_settings.hpp Loads game settings (#588) 2024-01-28 19:30:46 +07:00
game_settings_dialog.cpp Loads game settings (#588) 2024-01-28 19:30:46 +07:00
game_settings_dialog.hpp Loads game settings (#588) 2024-01-28 19:30:46 +07:00
initialize_wizard.cpp Implements syscall 5 (#374) 2023-10-01 10:52:03 +00:00
initialize_wizard.hpp Replaces the initialization dialog with a wizard (#147) 2023-02-16 18:47:18 +00:00
log_formatter.cpp Colorizes kernel log (#136) 2023-02-08 18:47:49 +00:00
log_formatter.hpp Colorizes kernel log (#136) 2023-02-08 18:47:49 +00:00
main.cpp Increases file descriptor limit to maximum allowed (#441) 2023-11-17 09:17:06 +01:00
main_window.cpp Smooth scrolling (#831) 2024-04-13 21:48:40 +02:00
main_window.hpp Add name sorting. (#347) 2023-09-17 16:21:32 +07:00
path.cpp Fixes incorrect path for system files (#145) 2023-02-13 15:46:49 +00:00
path.hpp Changes to PKG installer (#514) 2023-12-11 01:35:40 +07:00
pkg_extractor.cpp Revises GUI for PKG Installer (#778) 2024-03-30 22:27:55 +07:00
pkg_extractor.hpp Revises GUI for PKG Installer (#778) 2024-03-30 22:27:55 +07:00
pkg_installer.cpp Revises GUI for PKG Installer (#778) 2024-03-30 22:27:55 +07:00
pkg_installer.hpp Revises GUI for PKG Installer (#778) 2024-03-30 22:27:55 +07:00
progress_dialog.cpp Fixes incorrect path for system files (#145) 2023-02-13 15:46:49 +00:00
progress_dialog.hpp C++ warning fix (#109) 2023-02-02 18:37:14 -05:00
resources.qrc Add fallback icon0 (#827) 2024-04-13 11:09:34 +02:00
resources.rc Allocates TLS index (#267) 2023-07-22 20:39:11 +00:00
settings.cpp Loads game settings (#588) 2024-01-28 19:30:46 +07:00
settings.hpp Loads game settings (#588) 2024-01-28 19:30:46 +07:00
string.hpp Updates initialization dialog for path to system files 2022-10-23 19:43:35 +07:00
system.cpp Revises GUI for PKG Installer (#778) 2024-03-30 22:27:55 +07:00
system.hpp Fixes application path to match with PS4 (#237) 2023-06-29 17:49:29 +00:00
system_downloader.cpp Implements syscall 466 (#393) 2023-10-11 16:18:08 +00:00
system_downloader.hpp Replaces PUP with system files from PS4 (#152) 2023-02-22 16:27:31 +00:00
update_firmware.cpp Fixes incorrect kernel arguments (#271) 2023-07-24 15:54:00 +00:00
update_firmware.hpp Fixes incorrect kernel arguments (#271) 2023-07-24 15:54:00 +00:00