mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-12 12:41:29 -06:00
* Add support for restarting the emulator with new configurations - Implement `Restart` function in `Emulator` to enable process relaunch with updated parameters. - Modify `sceSystemServiceLoadExec` to use the restart functionality. * Add logging for emulator restart and system service load execution * Add IPC emulator PID output command Impl `PID` output command to return the emulator process ID - required for launches supporting emulator restart * Add log file append mode support (used after restarting to keep the same log file) * Keep game root between restarts * add --wait-for-debugger option flag * add --wait-for-pid flag used for sync between parent & child process during restart * impl restart via ipc * fix override game root * add qt flags to allow restart |
||
|---|---|---|
| .. | ||
| translations | ||
| about_dialog.cpp | ||
| about_dialog.h | ||
| about_dialog.ui | ||
| background_music_player.cpp | ||
| background_music_player.h | ||
| cheats_patches.cpp | ||
| cheats_patches.h | ||
| check_update.cpp | ||
| check_update.h | ||
| compatibility_info.cpp | ||
| compatibility_info.h | ||
| control_settings.cpp | ||
| control_settings.h | ||
| control_settings.ui | ||
| elf_viewer.cpp | ||
| elf_viewer.h | ||
| game_grid_frame.cpp | ||
| game_grid_frame.h | ||
| game_info.cpp | ||
| game_info.h | ||
| game_install_dialog.cpp | ||
| game_install_dialog.h | ||
| game_list_frame.cpp | ||
| game_list_frame.h | ||
| game_list_utils.h | ||
| gui_context_menus.h | ||
| gui_settings.cpp | ||
| gui_settings.h | ||
| hotkeys.cpp | ||
| hotkeys.h | ||
| hotkeys.ui | ||
| kbm_config_dialog.cpp | ||
| kbm_config_dialog.h | ||
| kbm_gui.cpp | ||
| kbm_gui.h | ||
| kbm_gui.ui | ||
| kbm_help_dialog.cpp | ||
| kbm_help_dialog.h | ||
| log_presets_dialog.cpp | ||
| log_presets_dialog.h | ||
| main_window_themes.cpp | ||
| main_window_themes.h | ||
| main_window_ui.h | ||
| main_window.cpp | ||
| main_window.h | ||
| main.cpp | ||
| sdl_event_wrapper.cpp | ||
| sdl_event_wrapper.h | ||
| settings_dialog.cpp | ||
| settings_dialog.h | ||
| settings_dialog.ui | ||
| settings.cpp | ||
| settings.h | ||
| trophy_viewer.cpp | ||
| trophy_viewer.h | ||