..
_discord_utils.cpp
Emu: some cleanup
2021-04-09 21:03:49 +02:00
_discord_utils.h
Remove BOM markers
2020-12-06 15:30:12 +03:00
about_dialog.cpp
Qt: Add RPCS3 Discord & Wiki to About Dialog
2023-06-25 20:16:55 +03:00
about_dialog.h
Qt: use unique_ptr for Ui objects. Should fix some mem-leaks
2022-06-05 19:07:03 +02:00
about_dialog.ui
about_dialog: Add new testers
2023-06-25 20:16:55 +03:00
auto_pause_settings_dialog.cpp
Implement at32() util
2022-09-26 18:04:15 +03:00
auto_pause_settings_dialog.h
Emu: some cleanup
2021-04-09 21:03:49 +02:00
breakpoint_handler.cpp
Debugger: Add some error pop-ups for invalid operations
2021-07-31 15:27:30 +02:00
breakpoint_handler.h
Emu: some cleanup
2021-04-09 21:03:49 +02:00
breakpoint_list.cpp
Implement at32() util
2022-09-26 18:04:15 +03:00
breakpoint_list.h
Debugger: Implement SPU breakpoints
2022-06-21 16:59:45 +03:00
call_stack_list.cpp
debugger(CallStack): Make Return act as double click
2023-06-05 17:39:52 +03:00
call_stack_list.h
debugger(CallStack): Make Return act as double click
2023-06-05 17:39:52 +03:00
camera_settings_dialog.cpp
cellRec: fix width of encoder frames
2023-08-13 00:37:19 +02:00
camera_settings_dialog.h
Qt6 port
2023-07-31 20:03:24 +03:00
camera_settings_dialog.ui
Qt6 port
2023-07-31 20:03:24 +03:00
category.h
VSH/UI: Add VSH to game grid
2023-01-07 22:52:50 +01:00
cg_disasm_window.cpp
Qt/logging: add format function for QString
2023-06-15 19:48:15 +02:00
cg_disasm_window.h
Emu: some cleanup
2021-04-09 21:03:49 +02:00
cheat_manager.cpp
Fix typos, improve consistency
2023-07-28 13:09:06 +03:00
cheat_manager.h
Emu: some cleanup
2021-04-09 21:03:49 +02:00
CMakeLists.txt
Qt6 port
2023-07-31 20:03:24 +03:00
config_adapter.cpp
overlays: add pages to home menu
2023-02-09 20:36:35 +01:00
config_adapter.h
Emu: some cleanup
2021-04-09 21:03:49 +02:00
config_checker.cpp
Qt6 port
2023-07-31 20:03:24 +03:00
config_checker.h
Qt: Implement config check in Utilities and log viewer
2022-12-22 09:09:51 +01:00
curl_handle.cpp
WolfSSL: Use a custom UTF-8 aware _stat on Windows
2022-03-21 15:47:27 +01:00
curl_handle.h
Curl: fix --verbose-curl option
2021-11-11 17:37:22 +01:00
custom_dialog.cpp
Remove BOM markers
2020-12-06 15:30:12 +03:00
custom_dialog.h
Remove BOM markers
2020-12-06 15:30:12 +03:00
custom_dock_widget.h
Qt: Replace some deprecated Qt5 stuff
2022-04-21 21:23:10 +02:00
custom_table_widget_item.cpp
Qt6 port
2023-07-31 20:03:24 +03:00
custom_table_widget_item.h
Qt: use gifs as icons on hover if available.
2021-04-16 11:21:04 +02:00
debugger_frame.cpp
Linux: use futex_waitv syscall for atomic waiting
2023-08-02 21:46:06 +03:00
debugger_frame.h
Debugger: Transition to plain text edit
2023-07-31 08:53:10 +03:00
debugger_list.cpp
Fixup debugger_frame double events
2023-05-30 13:11:03 +02:00
debugger_list.h
debugger: Don't refresh no-thread window at a high rate
2022-10-04 16:28:34 +03:00
downloader.cpp
rpcn: signaling handler improvements & upnp
2023-02-21 15:41:41 +01:00
downloader.h
initial cellGameThemeInstall and cellGameThemeInstallFromBuffer
2022-06-07 07:37:30 +02:00
elf_memory_dumping_dialog.cpp
Qt: Fix elf_memory_dumping_dialog PPU address
2023-07-31 08:53:10 +03:00
elf_memory_dumping_dialog.h
SPU Executable Code Dumping Tool
2023-05-15 14:11:13 +03:00
emu_settings.cpp
Merge xfloat options
2023-08-06 09:30:53 +03:00
emu_settings.h
Implement support for emulating Rock Band 3's MIDI Pro Adapter
2023-05-17 22:59:44 +02:00
emu_settings_type.h
Merge xfloat options
2023-08-06 09:30:53 +03:00
emulated_pad_settings_dialog.cpp
Qt/input: limit some usb device configs to 2 players
2023-05-25 20:37:15 +02:00
emulated_pad_settings_dialog.h
Qt/input: limit some usb device configs to 2 players
2023-05-25 20:37:15 +02:00
fatal_error_dialog.cpp
ux: Update vcredist links and optionally disable help text from error dialog
2022-12-06 20:46:35 +01:00
fatal_error_dialog.h
ux: Update vcredist links and optionally disable help text from error dialog
2022-12-06 20:46:35 +01:00
find_dialog.cpp
Qt: fix data type of find_dialog text edits
2023-07-31 04:10:09 +03:00
find_dialog.h
Qt: fix data type of find_dialog text edits
2023-07-31 04:10:09 +03:00
flow_layout.cpp
Qt: implement flow layout game grid
2023-05-06 06:31:58 +02:00
flow_layout.h
Qt: implement flow layout game grid
2023-05-06 06:31:58 +02:00
flow_widget.cpp
Qt: implement flow layout game grid
2023-05-06 06:31:58 +02:00
flow_widget.h
Qt: implement flow layout game grid
2023-05-06 06:31:58 +02:00
flow_widget_item.cpp
Qt: implement flow layout game grid
2023-05-06 06:31:58 +02:00
flow_widget_item.h
Qt: implement flow layout game grid
2023-05-06 06:31:58 +02:00
game_compatibility.cpp
Qt/logging: add format function for QString
2023-06-15 19:48:15 +02:00
game_compatibility.h
Qt: fix compat download abort
2022-02-01 21:21:42 +01:00
game_list.cpp
Qt: allow hiding trophy table columns
2023-05-18 15:26:05 +02:00
game_list.h
Qt: allow hiding trophy table columns
2023-05-18 15:26:05 +02:00
game_list_base.cpp
Qt/logging: add format function for QString
2023-06-15 19:48:15 +02:00
game_list_base.h
Qt: implement flow layout game grid
2023-05-06 06:31:58 +02:00
game_list_delegate.cpp
Qt: allow hiding trophy table columns
2023-05-18 15:26:05 +02:00
game_list_delegate.h
Qt: fix table item delegate usage
2023-04-23 09:25:27 +02:00
game_list_frame.cpp
Savestates: Facilitate multi slots
2023-07-23 17:58:54 +03:00
game_list_frame.h
Game List: Implement Remove HDD1 Cache option
2023-07-23 17:06:59 +03:00
game_list_grid.cpp
Qt: implement flow layout game grid
2023-05-06 06:31:58 +02:00
game_list_grid.h
Qt: implement flow layout game grid
2023-05-06 06:31:58 +02:00
game_list_grid_item.cpp
Qt: implement flow layout game grid
2023-05-06 06:31:58 +02:00
game_list_grid_item.h
Qt: implement flow layout game grid
2023-05-06 06:31:58 +02:00
game_list_table.cpp
Qt: allow hiding trophy table columns
2023-05-18 15:26:05 +02:00
game_list_table.h
Qt: allow hiding trophy table columns
2023-05-18 15:26:05 +02:00
gl_gs_frame.cpp
opengl: fix Qt warnings ( #14249 )
2023-07-24 07:30:21 +03:00
gl_gs_frame.h
Qt: move fullscreen cli arg from global to gs_frame
2023-02-14 08:03:26 +01:00
gs_frame.cpp
cellRec: fix width of encoder frames
2023-08-13 00:37:19 +02:00
gs_frame.h
cellRec: fix width of encoder frames
2023-08-13 00:37:19 +02:00
gui_application.cpp
Make experimental build warning modal
2023-08-05 12:40:59 +02:00
gui_application.h
Linux: use futex_waitv syscall for atomic waiting
2023-08-02 21:46:06 +03:00
gui_save.h
Remove BOM markers
2020-12-06 15:30:12 +03:00
gui_settings.cpp
Qt: Fix GetBootConfirmation()
2023-07-23 17:06:59 +03:00
gui_settings.h
Qt: Exit And Save Log - toolbar action ( #14212 )
2023-07-18 05:11:53 +03:00
infinity_dialog.cpp
Qt/logging: add format function for QString
2023-06-15 19:48:15 +02:00
infinity_dialog.h
sys_usbd: Emulate Disney Infinity Base
2023-05-17 21:26:58 +02:00
input_dialog.cpp
Emu: some cleanup
2021-04-09 21:03:49 +02:00
input_dialog.h
Emu: some cleanup
2021-04-09 21:03:49 +02:00
instruction_editor_dialog.cpp
Fix instructions editor, implement preview for to-be-edited instructions
2022-04-25 20:15:10 +02:00
instruction_editor_dialog.h
Fix instructions editor, implement preview for to-be-edited instructions
2022-04-25 20:15:10 +02:00
ipc_settings_dialog.cpp
Implement PINE IPC Server
2022-06-19 17:56:50 +02:00
ipc_settings_dialog.h
Implement PINE IPC Server
2022-06-19 17:56:50 +02:00
kernel_explorer.cpp
Qt/logging: add format function for QString
2023-06-15 19:48:15 +02:00
kernel_explorer.h
kernel-explorer: Add logging ability
2021-07-02 12:29:59 +02:00
localized.cpp
Qt: implement flow layout game grid
2023-05-06 06:31:58 +02:00
localized.h
Qt: implement flow layout game grid
2023-05-06 06:31:58 +02:00
localized_emu.cpp
input: add emulated axis configs
2023-05-25 20:37:15 +02:00
localized_emu.h
Fix typos, improve consistency
2023-07-28 13:09:06 +03:00
log_frame.cpp
Qt: fix data type of find_dialog text edits
2023-07-31 04:10:09 +03:00
log_frame.h
Logs/Debugger: Go-To-Address signal from log text
2023-05-18 08:43:39 +02:00
log_viewer.cpp
Qt6 port
2023-07-31 20:03:24 +03:00
log_viewer.h
Fix some includes and warnings
2023-01-10 20:57:32 +01:00
main_window.cpp
Qt6 port
2023-07-31 20:03:24 +03:00
main_window.h
Qt6 port
2023-07-31 20:03:24 +03:00
main_window.ui
Qt: Exit And Save Log - toolbar action ( #14212 )
2023-07-18 05:11:53 +03:00
memory_string_searcher.cpp
memory viewer: Add RegEx instruction searching mode
2023-07-07 16:03:08 +03:00
memory_viewer_panel.cpp
Qt6 port
2023-07-31 20:03:24 +03:00
memory_viewer_panel.h
memory viewer: Add RegEx instruction searching mode
2023-07-07 16:03:08 +03:00
microphone_creator.cpp
Fix some warning
2023-07-01 08:56:10 +02:00
microphone_creator.h
Emu: some cleanup
2021-04-09 21:03:49 +02:00
midi_creator.cpp
Fix typos, improve consistency
2023-07-28 13:09:06 +03:00
midi_creator.h
Implement support for emulating Rock Band 3's MIDI Pro Adapter
2023-05-17 22:59:44 +02:00
movie_item.cpp
Qt: implement flow layout game grid
2023-05-06 06:31:58 +02:00
movie_item.h
Qt: implement flow layout game grid
2023-05-06 06:31:58 +02:00
movie_item_base.cpp
Qt: implement flow layout game grid
2023-05-06 06:31:58 +02:00
movie_item_base.h
Qt: implement flow layout game grid
2023-05-06 06:31:58 +02:00
msg_dialog_frame.cpp
cellSaveData: get rid of g_last_user_response
2023-02-27 10:24:06 +01:00
msg_dialog_frame.h
Qt: move progress indication to own handler
2023-01-11 05:43:34 +01:00
numbered_widget_item.h
Simplify numbered_widget_item
2021-01-12 14:13:15 +01:00
osk_dialog_frame.cpp
Qt6 port
2023-07-31 20:03:24 +03:00
osk_dialog_frame.h
cellOskDialog: improve kb event hook callback
2023-01-28 21:51:36 +01:00
pad_device_info.h
evdev: add motion device
2022-08-14 11:04:57 +02:00
pad_led_settings_dialog.cpp
Input: Allow to toggle player LED (Dualsense and DS3)
2022-10-19 22:55:50 +02:00
pad_led_settings_dialog.h
Input: Allow to toggle player LED (Dualsense and DS3)
2022-10-19 22:55:50 +02:00
pad_led_settings_dialog.ui
Input: Allow to toggle player LED (Dualsense and DS3)
2022-10-19 22:55:50 +02:00
pad_motion_settings_dialog.cpp
Qt/logging: add format function for QString
2023-06-15 19:48:15 +02:00
pad_motion_settings_dialog.h
evdev: add motion device
2022-08-14 11:04:57 +02:00
pad_motion_settings_dialog.ui
evdev: add motion device
2022-08-14 11:04:57 +02:00
pad_settings_dialog.cpp
Input: Add tooltips for button mapping
2023-07-01 08:56:10 +02:00
pad_settings_dialog.h
Qt: Save UI settings and geometry safely on closeEvent
2023-06-29 14:02:25 +02:00
pad_settings_dialog.ui
input: add pressure intensity toggle mode
2023-06-08 16:41:44 +02:00
patch_creator_dialog.cpp
Qt/patches: highlight faulty lines in patch creator
2023-07-13 08:40:19 +02:00
patch_creator_dialog.h
Qt/patches: highlight faulty lines in patch creator
2023-07-13 08:40:19 +02:00
patch_creator_dialog.ui
Qt: patch creator
2021-09-04 10:39:32 +02:00
patch_manager_dialog.cpp
Qt: Save UI settings and geometry safely on closeEvent
2023-06-29 14:02:25 +02:00
patch_manager_dialog.h
Qt: Save UI settings and geometry safely on closeEvent
2023-06-29 14:02:25 +02:00
patch_manager_dialog.ui
patch_manager: add more decimal places to spinbox
2023-02-22 01:17:36 +01:00
persistent_settings.cpp
Qt/logging: add format function for QString
2023-06-15 19:48:15 +02:00
persistent_settings.h
Qt: show time of day in 'last played' game info, log current time when RPCS3 boots ( #11220 )
2022-02-23 23:40:18 +01:00
pkg_install_dialog.cpp
Emu: some cleanup
2021-04-09 21:03:49 +02:00
pkg_install_dialog.h
Emu: some cleanup
2021-04-09 21:03:49 +02:00
progress_dialog.cpp
Qt: move progress indication to own handler
2023-01-11 05:43:34 +01:00
progress_dialog.h
Qt: move progress indication to own handler
2023-01-11 05:43:34 +01:00
progress_indicator.cpp
Qt6 port
2023-07-31 20:03:24 +03:00
progress_indicator.h
Qt6 port
2023-07-31 20:03:24 +03:00
qt_camera_error_handler.cpp
Qt6 port
2023-07-31 20:03:24 +03:00
qt_camera_error_handler.h
Qt6 port
2023-07-31 20:03:24 +03:00
qt_camera_handler.cpp
Qt6 port
2023-07-31 20:03:24 +03:00
qt_camera_handler.h
Qt6 port
2023-07-31 20:03:24 +03:00
qt_camera_video_sink.cpp
Qt6 port
2023-07-31 20:03:24 +03:00
qt_camera_video_sink.h
Qt6 port
2023-07-31 20:03:24 +03:00
qt_music_error_handler.cpp
Qt6 port
2023-07-31 20:03:24 +03:00
qt_music_error_handler.h
Qt6 port
2023-07-31 20:03:24 +03:00
qt_music_handler.cpp
Qt6 port
2023-07-31 20:03:24 +03:00
qt_music_handler.h
cellMusic: Fix resume, fast forward and rewind
2022-07-27 07:39:55 +02:00
qt_utils.cpp
Qt/logging: add format function for QString
2023-06-15 19:48:15 +02:00
qt_utils.h
Qt6 port
2023-07-31 20:03:24 +03:00
recvmessage_dialog_frame.cpp
Add buf_to_hexstring
2023-03-18 01:51:35 +01:00
recvmessage_dialog_frame.h
rpcn v0.4.0
2021-10-11 22:20:20 +02:00
register_editor_dialog.cpp
Qt6 port
2023-07-31 20:03:24 +03:00
register_editor_dialog.h
Emu: some cleanup
2021-04-09 21:03:49 +02:00
render_creator.cpp
Qt: implement flow layout game grid
2023-05-06 06:31:58 +02:00
render_creator.h
Don't use std::exit during Qt initialization
2021-02-05 17:32:48 +01:00
richtext_item_delegate.h
Fix pkg batch install dlg on linux
2022-09-22 19:41:09 +02:00
rpcn_settings_dialog.cpp
Fix typos, improve consistency
2023-07-28 13:09:06 +03:00
rpcn_settings_dialog.h
RPCN v0.6
2022-09-27 23:39:54 +03:00
rsx_debugger.cpp
Optimize RSX Debugger
2023-07-31 11:55:31 +03:00
rsx_debugger.h
RSX debugger: Implement Texture Dumper
2022-12-10 15:09:42 +01:00
save_data_dialog.cpp
rsx/overlays: Putting it all together
2023-02-24 00:46:53 +03:00
save_data_dialog.h
Emu: some cleanup
2021-04-09 21:03:49 +02:00
save_data_info_dialog.cpp
Emu: some cleanup
2021-04-09 21:03:49 +02:00
save_data_info_dialog.h
Emu: some cleanup
2021-04-09 21:03:49 +02:00
save_data_list_dialog.cpp
Qt/savedata: use rsx overlays selection_code
2022-07-21 01:36:33 +02:00
save_data_list_dialog.h
Qt/savedata: use rsx overlays selection_code
2022-07-21 01:36:33 +02:00
save_manager_dialog.cpp
Qt6 port
2023-07-31 20:03:24 +03:00
save_manager_dialog.h
Qt: lazy load save data icons
2023-04-25 00:58:57 +02:00
screenshot_item.cpp
Qt: implement flow layout game grid
2023-05-06 06:31:58 +02:00
screenshot_item.h
Qt: implement flow layout game grid
2023-05-06 06:31:58 +02:00
screenshot_manager_dialog.cpp
Qt: implement flow layout game grid
2023-05-06 06:31:58 +02:00
screenshot_manager_dialog.h
Qt: implement flow layout game grid
2023-05-06 06:31:58 +02:00
screenshot_preview.cpp
cellCamera: Add qt camera handler
2021-10-24 11:32:35 +02:00
screenshot_preview.h
Remove BOM markers
2020-12-06 15:30:12 +03:00
sendmessage_dialog_frame.cpp
rpcn: throw exception when using rpcn features without a proper config
2023-03-03 11:30:39 +01:00
sendmessage_dialog_frame.h
Remove whitespace
2023-02-15 08:58:02 +01:00
settings.cpp
Qt/logging: add format function for QString
2023-06-15 19:48:15 +02:00
settings.h
Qt: add checkbox to restart dialog
2023-04-18 20:08:21 +02:00
settings_dialog.cpp
Merge xfloat options
2023-08-06 09:30:53 +03:00
settings_dialog.h
Qt: Save UI settings and geometry safely on closeEvent
2023-06-29 14:02:25 +02:00
settings_dialog.ui
Fix typos, improve consistency
2023-07-28 13:09:06 +03:00
shortcut_dialog.cpp
Qt: add shortcut manager
2023-01-10 19:28:26 +01:00
shortcut_dialog.h
Qt: add shortcut manager
2023-01-10 19:28:26 +01:00
shortcut_dialog.ui
Qt: add shortcut manager
2023-01-10 19:28:26 +01:00
shortcut_handler.cpp
Qt/logging: add format function for QString
2023-06-15 19:48:15 +02:00
shortcut_handler.h
Qt: add shortcut manager
2023-01-10 19:28:26 +01:00
shortcut_settings.cpp
Qt: use shortcut instead of hardcoded keypress event
2023-06-26 21:23:48 +02:00
shortcut_settings.h
Qt: use shortcut instead of hardcoded keypress event
2023-06-26 21:23:48 +02:00
shortcut_utils.cpp
Make compile with msvc, clang and gcc on Windows
2023-07-11 21:40:30 +03:00
shortcut_utils.h
PKG: Ask to user if he wants to install game shortcut on PKG installation
2022-12-09 12:20:57 +03:00
skylander_dialog.cpp
Qt: Replace some deprecated Qt5 stuff
2022-04-21 21:23:10 +02:00
skylander_dialog.h
Increase max number of skylanders to 8
2022-12-06 18:14:58 +01:00
stylesheets.h
Fix color tag of logs/tty
2023-07-31 08:53:10 +03:00
syntax_highlighter.cpp
Qt: optimize log viewer file loading
2022-12-19 23:18:58 +01:00
syntax_highlighter.h
Emu: some cleanup
2021-04-09 21:03:49 +02:00
system_cmd_dialog.cpp
Qt: add validator to patch creator offset lineedit
2023-07-13 08:40:19 +02:00
system_cmd_dialog.h
Qt: add system cmd dialog
2023-01-16 17:26:05 +01:00
table_item_delegate.cpp
Qt: allow hiding trophy table columns
2023-05-18 15:26:05 +02:00
table_item_delegate.h
Qt: fix table item delegate usage
2023-04-23 09:25:27 +02:00
tooltips.cpp
Remove BOM markers
2020-12-06 15:30:12 +03:00
tooltips.h
Fix typos, improve consistency
2023-07-28 13:09:06 +03:00
trophy_manager_dialog.cpp
Qt6 port
2023-07-31 20:03:24 +03:00
trophy_manager_dialog.h
sceNpTrophy: set timestamps
2023-05-23 08:22:13 +02:00
trophy_notification_frame.cpp
Emu: some cleanup
2021-04-09 21:03:49 +02:00
trophy_notification_frame.h
Remove BOM markers
2020-12-06 15:30:12 +03:00
trophy_notification_helper.cpp
rsx/overlays: Putting it all together
2023-02-24 00:46:53 +03:00
trophy_notification_helper.h
Emu: some cleanup
2021-04-09 21:03:49 +02:00
update_manager.cpp
Make compile with msvc, clang and gcc on Windows
2023-07-11 21:40:30 +03:00
update_manager.h
Qt: add checkbox to restart dialog
2023-04-18 20:08:21 +02:00
user_account.cpp
Move unspecific Emulator code out of System.cpp
2021-04-24 11:21:22 +03:00
user_account.h
Remove whitespace
2023-02-15 08:58:02 +01:00
user_manager_dialog.cpp
Qt6 port
2023-07-31 20:03:24 +03:00
user_manager_dialog.h
Emu: some cleanup
2021-04-09 21:03:49 +02:00
uuid.cpp
Qt: log uuid
2022-06-30 21:36:11 +02:00
uuid.h
Qt: log uuid
2022-06-30 21:36:11 +02:00
vfs_dialog.cpp
Qt/logging: add format function for QString
2023-06-15 19:48:15 +02:00
vfs_dialog.h
Qt: add new vfs usb tab
2022-05-10 19:39:35 +02:00
vfs_dialog_path_widget.cpp
SPU Executable Code Dumping Tool
2023-05-15 14:11:13 +03:00
vfs_dialog_path_widget.h
Qt: add new vfs usb tab
2022-05-10 19:39:35 +02:00
vfs_dialog_tab.cpp
Qt: add new vfs usb tab
2022-05-10 19:39:35 +02:00
vfs_dialog_tab.h
Qt: add new vfs usb tab
2022-05-10 19:39:35 +02:00
vfs_dialog_usb_input.cpp
Qt: add validator to patch creator offset lineedit
2023-07-13 08:40:19 +02:00
vfs_dialog_usb_input.h
Qt: add new vfs usb tab
2022-05-10 19:39:35 +02:00
vfs_dialog_usb_tab.cpp
Qt: add new vfs usb tab
2022-05-10 19:39:35 +02:00
vfs_dialog_usb_tab.h
Qt: add new vfs usb tab
2022-05-10 19:39:35 +02:00
welcome_dialog.cpp
Qt: remove obsolete shortcut
2023-06-26 21:23:48 +02:00
welcome_dialog.h
Qt: Make welcome dialog accessible through F1 or Help menu
2023-06-25 20:16:55 +03:00
welcome_dialog.ui
Qt: Add Create RPCS3 shortcuts to Wecome Dialog
2023-06-25 20:16:55 +03:00