| .. |
|
_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
|
Discord: Use vanity URL
|
2025-04-04 23:10:21 +02: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
|
Qt: Remove supporters from translations
|
2025-03-20 08:52:08 +01:00 |
|
auto_pause_settings_dialog.cpp
|
Qt: Simplify some string conversion bloat
|
2024-09-25 20:09:39 +02:00 |
|
auto_pause_settings_dialog.h
|
Emu: some cleanup
|
2021-04-09 21:03:49 +02:00 |
|
basic_mouse_settings_dialog.cpp
|
input: Allow mapping keys to basic mouse buttons
|
2025-01-09 21:59:01 +01:00 |
|
basic_mouse_settings_dialog.h
|
Headers cleanup
|
2025-02-11 20:38:35 +01:00 |
|
breakpoint_handler.cpp
|
PPU: HasBreakpoint fast path when empty
|
2025-04-28 09:28:51 +03:00 |
|
breakpoint_handler.h
|
PPU: HasBreakpoint fast path when empty
|
2025-04-28 09:28:51 +03:00 |
|
breakpoint_list.cpp
|
Add memory breakpoints
|
2025-03-04 15:41:36 +01:00 |
|
breakpoint_list.h
|
Add memory breakpoints
|
2025-03-04 15:41:36 +01:00 |
|
call_stack_list.cpp
|
Qt: Simplify some string conversion bloat
|
2024-09-25 20:09:39 +02:00 |
|
call_stack_list.h
|
Qt: ignore double clicks unless they are left clicks
|
2024-09-02 23:26:56 +02:00 |
|
camera_settings_dialog.cpp
|
Move permissions to own file
|
2025-02-25 19:45:43 +01: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
|
Qt: Add Operating system category
|
2024-12-28 18:10:06 +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
|
Headers cleanup
|
2025-02-11 20:38:35 +01:00 |
|
cheat_manager.cpp
|
cheats: fix cheat type on apply
|
2025-11-15 13:22:52 +01:00 |
|
cheat_manager.h
|
Emu: some cleanup
|
2021-04-09 21:03:49 +02:00 |
|
CMakeLists.txt
|
Qt: Add sound effect manager
|
2025-11-30 09:23:36 +00:00 |
|
config_adapter.cpp
|
static analysis: more const
|
2025-03-05 00:12:30 +01:00 |
|
config_adapter.h
|
Qt: Add std::string GetSettingOptions
|
2024-11-15 09:48:12 +01:00 |
|
config_checker.cpp
|
Qt: fix some warnings
|
2025-10-10 13:02:04 +02:00 |
|
config_checker.h
|
Qt: Implement config check in Utilities and log viewer
|
2022-12-22 09:09:51 +01:00 |
|
curl_handle.cpp
|
Headers cleanup
|
2025-02-11 20:38:35 +01:00 |
|
curl_handle.h
|
Qt: don't deleteLater the progress_dialog
|
2024-03-09 15:18:20 +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
|
Update to Qt 6.9.0
|
2025-04-11 23:11:38 +02:00 |
|
custom_table_widget_item.h
|
Qt: use gifs as icons on hover if available.
|
2021-04-16 11:21:04 +02:00 |
|
custom_tree_widget.h
|
patch_manager: make patches selectable by double click
|
2025-08-24 10:26:46 +02:00 |
|
debugger_add_bp_window.cpp
|
Add memory breakpoints
|
2025-03-04 15:41:36 +01:00 |
|
debugger_add_bp_window.h
|
Add memory breakpoints
|
2025-03-04 15:41:36 +01:00 |
|
debugger_frame.cpp
|
vm: Deallocate memory early, check no PS3 memory leaks
|
2025-10-22 10:55:48 +03:00 |
|
debugger_frame.h
|
Qt: "Show in Memory Viewer" context action (#17131)
|
2025-05-03 08:35:45 +03:00 |
|
debugger_list.cpp
|
Remove qstr, sstr and qsv aliases. This does not compile on clang-cl
|
2025-06-30 08:18:50 +02:00 |
|
debugger_list.h
|
Add memory breakpoints
|
2025-03-04 15:41:36 +01:00 |
|
dimensions_dialog.cpp
|
Remove some useless translations
|
2025-03-20 08:52:08 +01:00 |
|
dimensions_dialog.h
|
Improve dimensions dialog layout
|
2024-07-22 20:52:40 +02:00 |
|
downloader.cpp
|
Qt: accept downloader progress dialog instead of closing it
|
2024-03-09 20:07:37 +01:00 |
|
downloader.h
|
Qt: don't close the progress dialog if it is already being closed anyway
|
2024-03-09 15:18:20 +01:00 |
|
elf_memory_dumping_dialog.cpp
|
Qt: forward declare gui_settings
|
2025-11-17 03:46:06 +02:00 |
|
elf_memory_dumping_dialog.h
|
Qt: forward declare gui_settings
|
2025-11-17 03:46:06 +02:00 |
|
emu_settings.cpp
|
Qt: save spinbox values with fmt::format
|
2025-12-01 10:14:29 +01:00 |
|
emu_settings.h
|
Remove qstr, sstr and qsv aliases. This does not compile on clang-cl
|
2025-06-30 08:18:50 +02:00 |
|
emu_settings_type.h
|
SPU/config: Make SPU LLVM Mega block size default
|
2025-11-29 18:24:01 +02:00 |
|
emulated_logitech_g27_settings_dialog.cpp
|
Logitech G27 update shifter input (#17216)
|
2025-05-15 22:58:10 +02:00 |
|
emulated_logitech_g27_settings_dialog.h
|
Gui: simplify LogitechG27 settings dialog
|
2025-05-14 19:52:06 +02:00 |
|
emulated_pad_settings_dialog.cpp
|
Qt/input: fix raw mouse button assignment
|
2025-01-14 00:00:50 +01:00 |
|
emulated_pad_settings_dialog.h
|
Headers cleanup
|
2025-02-11 20:38:35 +01: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: fix flow_layout segfault
|
2024-12-19 13:49:43 +01:00 |
|
flow_layout.h
|
Qt: Replace some instances of QMap, QPair and QList
|
2024-11-14 20:50:33 +01:00 |
|
flow_widget.cpp
|
Qt: Replace some instances of QMap, QPair and QList
|
2024-11-14 20:50:33 +01:00 |
|
flow_widget.h
|
Qt: Replace some instances of QMap, QPair and QList
|
2024-11-14 20:50:33 +01:00 |
|
flow_widget_item.cpp
|
Qt: force hover event handling for flow widget items
|
2023-11-30 22:10:32 +01:00 |
|
flow_widget_item.h
|
Qt: force hover event handling for flow widget items
|
2023-11-30 22:10:32 +01:00 |
|
game_compatibility.cpp
|
Remove qstr, sstr and qsv aliases. This does not compile on clang-cl
|
2025-06-30 08:18:50 +02:00 |
|
game_compatibility.h
|
Add missing QPainter::end calls
|
2024-07-24 09:21:15 +02:00 |
|
game_list.cpp
|
Qt: Update header texts and actions when language changes
|
2025-12-01 14:49:04 +01:00 |
|
game_list.h
|
Qt: Update header texts and actions when language changes
|
2025-12-01 14:49:04 +01:00 |
|
game_list_base.cpp
|
Qt: Check if movie item changed and is valid before calling the callbacks
|
2025-09-16 11:05:21 +02:00 |
|
game_list_base.h
|
Qt: Check if movie item changed and is valid before calling the callbacks
|
2025-09-16 11:05:21 +02:00 |
|
game_list_delegate.cpp
|
Qt: fix visibility check of table widget items
|
2025-04-10 02:23:16 +02:00 |
|
game_list_delegate.h
|
Qt: fix table item delegate usage
|
2023-04-23 09:25:27 +02:00 |
|
game_list_frame.cpp
|
Qt: Update header texts and actions when language changes
|
2025-12-01 14:49:04 +01:00 |
|
game_list_frame.h
|
Qt: Update header texts and actions when language changes
|
2025-12-01 14:49:04 +01:00 |
|
game_list_grid.cpp
|
Qt: Check if movie item changed and is valid before calling the callbacks
|
2025-09-16 11:05:21 +02:00 |
|
game_list_grid.h
|
Qt: Check if movie item changed and is valid before calling the callbacks
|
2025-09-16 11:05:21 +02:00 |
|
game_list_grid_item.cpp
|
Qt: force hover event handling for flow widget items
|
2023-11-30 22:10:32 +01: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: Check if movie item changed and is valid before calling the callbacks
|
2025-09-16 11:05:21 +02:00 |
|
game_list_table.h
|
Qt: Check if movie item changed and is valid before calling the callbacks
|
2025-09-16 11:05:21 +02:00 |
|
gl_gs_frame.cpp
|
gl: Fix crashes when creating new context
|
2025-11-21 11:52:35 +03:00 |
|
gl_gs_frame.h
|
RSX/Qt: Reuse gs_frame if possible
|
2025-01-06 15:49:09 +01:00 |
|
gs_frame.cpp
|
Qt: Add sound effect manager
|
2025-11-30 09:23:36 +00:00 |
|
gs_frame.h
|
Use move semantics for present_frame
|
2025-10-28 22:04:01 +01:00 |
|
gui_application.cpp
|
Qt: Add sound effect manager
|
2025-11-30 09:23:36 +00:00 |
|
gui_application.h
|
Qt: Use localized game icons and titles
|
2025-03-17 00:47:43 +01:00 |
|
gui_game_info.cpp
|
Qt/patches: move game list loop to patch manager
|
2025-03-03 17:49:31 +01:00 |
|
gui_game_info.h
|
Qt: Do not use gamedata icon if game has custom icon
|
2025-03-17 14:41:08 +01:00 |
|
gui_save.h
|
Fix some static analysis warnings
|
2024-12-17 20:46:07 +01:00 |
|
gui_settings.cpp
|
Headers cleanup
|
2025-02-11 20:38:35 +01:00 |
|
gui_settings.h
|
Qt: add option to prefer game data icons in the game list
|
2025-03-26 12:07:59 +01:00 |
|
hex_validator.h
|
Qt: "Show in Memory Viewer" context action (#17131)
|
2025-05-03 08:35:45 +03:00 |
|
infinity_dialog.cpp
|
Qt: fix some warnings
|
2025-10-10 13:02:04 +02:00 |
|
infinity_dialog.h
|
Add 2 more slots for Power Discs on Infinity Base
|
2024-05-21 18:59:55 +03:00 |
|
input_dialog.cpp
|
Qt: Simplify some string conversion bloat
|
2024-09-25 20:09:39 +02:00 |
|
input_dialog.h
|
Emu: some cleanup
|
2021-04-09 21:03:49 +02:00 |
|
instruction_editor_dialog.cpp
|
Remove qstr, sstr and qsv aliases. This does not compile on clang-cl
|
2025-06-30 08:18:50 +02:00 |
|
instruction_editor_dialog.h
|
SPU Debugger: Implement viewing block hash on request
|
2024-04-03 15:03:39 +03:00 |
|
ipc_settings_dialog.cpp
|
Start/Stop IPC when changing the config setting
|
2023-12-15 18:08:07 +01:00 |
|
ipc_settings_dialog.h
|
Implement PINE IPC Server
|
2022-06-19 17:56:50 +02:00 |
|
kamen_rider_dialog.cpp
|
sys_usbd: fix id/type combo for Kamen Rider Display (#17662)
|
2025-11-04 19:57:53 +01:00 |
|
kamen_rider_dialog.h
|
sys_usbd: Emulate Kamen Rider Summonride Ride Gate (#17605)
|
2025-10-31 18:17:51 +01:00 |
|
kernel_explorer.cpp
|
kernel_explorer: Order PPUs by priority
|
2025-11-17 21:32:58 +02:00 |
|
kernel_explorer.h
|
kernel-explorer: Add logging ability
|
2021-07-02 12:29:59 +02:00 |
|
localized.cpp
|
cellVideoOut: support interlaced scan modes
|
2024-05-05 01:38:54 +02:00 |
|
localized.h
|
Qt: implement flow layout game grid
|
2023-05-06 06:31:58 +02:00 |
|
localized_emu.cpp
|
Qt/Input: use empty string for pad_button_max_enum
|
2025-01-10 00:50:02 +01:00 |
|
localized_emu.h
|
Overlays/SaveStates: Add multi-slot support to controller menu
|
2025-11-12 15:57:53 +02:00 |
|
log_frame.cpp
|
Add an entry on Log panel's contextual menu to show the main disk usa… (#17715)
|
2025-11-26 13:05:10 +02:00 |
|
log_frame.h
|
Add an entry on Log panel's contextual menu to show the main disk usa… (#17715)
|
2025-11-26 13:05:10 +02:00 |
|
log_viewer.cpp
|
Qt: Deprecate proccessEvents() usage
|
2024-11-26 03:33:24 +02:00 |
|
log_viewer.h
|
Fix some includes and warnings
|
2023-01-10 20:57:32 +01:00 |
|
main_window.cpp
|
Qt: update main window elements on language change
|
2025-12-02 03:33:27 +01:00 |
|
main_window.h
|
Qt: update main window elements on language change
|
2025-12-02 03:33:27 +01:00 |
|
main_window.ui
|
Qt: update main window elements on language change
|
2025-12-02 03:33:27 +01:00 |
|
memory_string_searcher.cpp
|
Headers cleanup
|
2025-02-11 20:38:35 +01:00 |
|
memory_viewer_panel.cpp
|
Qt: save spinbox values with fmt::format
|
2025-12-01 10:14:29 +01:00 |
|
memory_viewer_panel.h
|
vm: Deallocate memory early, check no PS3 memory leaks
|
2025-10-22 10:55:48 +03:00 |
|
microphone_creator.cpp
|
Fix USE_SYSTEM_OPENAL to use system headers
|
2025-08-03 12:27:02 +02:00 |
|
microphone_creator.h
|
Emu: some cleanup
|
2021-04-09 21:03:49 +02:00 |
|
midi_creator.cpp
|
Fix some static analysis warnings
|
2025-05-24 18:24:58 +02:00 |
|
midi_creator.h
|
Qt: add Q_OBJECT macro to midi_creator
|
2024-02-20 10:06:02 +01:00 |
|
movie_item.cpp
|
Qt: fix game list table multiselection
|
2025-12-01 21:43:19 +01:00 |
|
movie_item.h
|
Qt: implement flow layout game grid
|
2023-05-06 06:31:58 +02:00 |
|
movie_item_base.cpp
|
Qt: Add qt video source class for more generic video playback
|
2025-03-29 15:09:25 +01:00 |
|
movie_item_base.h
|
Qt: Add qt video source class for more generic video playback
|
2025-03-29 15:09:25 +01:00 |
|
msg_dialog_frame.cpp
|
Qt: remove discontinued QWinTaskbar code
|
2025-04-02 10:48:09 +02:00 |
|
msg_dialog_frame.h
|
Qt: move progress indication to own handler
|
2023-01-11 05:43:34 +01:00 |
|
music_player_dialog.cpp
|
Qt: implement music player dialog for music handler tests
|
2025-04-23 08:14:59 +02:00 |
|
music_player_dialog.h
|
Qt: implement music player dialog for music handler tests
|
2025-04-23 08:14:59 +02:00 |
|
music_player_dialog.ui
|
Qt: implement music player dialog for music handler tests
|
2025-04-23 08:14:59 +02:00 |
|
numbered_widget_item.h
|
Simplify numbered_widget_item
|
2021-01-12 14:13:15 +01:00 |
|
osk_dialog_frame.cpp
|
Headers cleanup
|
2025-02-11 20:38:35 +01:00 |
|
osk_dialog_frame.h
|
cellOskDialog: improve kb event hook callback
|
2023-01-28 21:51:36 +01:00 |
|
pad_device_info.h
|
Qt: localize default pad names
|
2024-02-20 10:06:02 +01:00 |
|
pad_led_settings_dialog.cpp
|
Add missing QPainter::end calls
|
2024-07-24 09:21:15 +02:00 |
|
pad_led_settings_dialog.h
|
Qt: disable battery LED settings if the pad handler doesn't support it
|
2024-07-06 18:55:48 +02:00 |
|
pad_led_settings_dialog.ui
|
Qt: fix player LED groupbox label
|
2024-07-06 18:55:48 +02:00 |
|
pad_motion_settings_dialog.cpp
|
Qt: save spinbox values with fmt::format
|
2025-12-01 10:14:29 +01:00 |
|
pad_motion_settings_dialog.h
|
Headers cleanup
|
2025-02-11 20:38:35 +01:00 |
|
pad_motion_settings_dialog.ui
|
evdev: add motion device
|
2022-08-14 11:04:57 +02:00 |
|
pad_settings_dialog.cpp
|
Qt: add button to remove gamepad config
|
2025-11-16 01:19:43 +01:00 |
|
pad_settings_dialog.h
|
Qt: add button to remove gamepad config
|
2025-11-16 01:19:43 +01:00 |
|
pad_settings_dialog.ui
|
Qt: add button to remove gamepad config
|
2025-11-16 01:19:43 +01:00 |
|
patch_creator_dialog.cpp
|
Qt: Simplify some string conversion bloat
|
2024-09-25 20:09:39 +02:00 |
|
patch_creator_dialog.h
|
Qt: use default colors for native styles
|
2023-12-22 10:03:56 +01:00 |
|
patch_creator_dialog.ui
|
Qt: patch creator
|
2021-09-04 10:39:32 +02:00 |
|
patch_manager_dialog.cpp
|
Qt: save spinbox values with fmt::format
|
2025-12-01 10:14:29 +01:00 |
|
patch_manager_dialog.h
|
Qt/patches: Fix configurable value dropdown visibility
|
2025-07-13 14:19:58 +02:00 |
|
patch_manager_dialog.ui
|
patch_manager: make patches selectable by double click
|
2025-08-24 10:26:46 +02:00 |
|
permissions.cpp
|
Move permissions to own file
|
2025-02-25 19:45:43 +01:00 |
|
permissions.h
|
Move permissions to own file
|
2025-02-25 19:45:43 +01:00 |
|
persistent_settings.cpp
|
Qt: Add std::string GetSettingOptions
|
2024-11-15 09:48:12 +01:00 |
|
persistent_settings.h
|
Qt: Replace QMap with std::map
|
2024-11-06 09:34:32 +01:00 |
|
pkg_install_dialog.cpp
|
Remove unnecessary localization
|
2025-03-20 08:52:08 +01:00 |
|
pkg_install_dialog.h
|
Emu: some cleanup
|
2021-04-09 21:03:49 +02:00 |
|
progress_dialog.cpp
|
Qt: remove discontinued QWinTaskbar code
|
2025-04-02 10:48:09 +02:00 |
|
progress_dialog.h
|
Qt: remove discontinued QWinTaskbar code
|
2025-04-02 10:48:09 +02:00 |
|
progress_indicator.cpp
|
Qt: remove discontinued QWinTaskbar code
|
2025-04-02 10:48:09 +02:00 |
|
progress_indicator.h
|
Qt: remove discontinued QWinTaskbar code
|
2025-04-02 10:48:09 +02:00 |
|
ps_move_tracker_dialog.cpp
|
Fix UB
|
2025-05-14 09:44:07 +03:00 |
|
ps_move_tracker_dialog.h
|
Headers cleanup
|
2025-02-11 20:38:35 +01:00 |
|
ps_move_tracker_dialog.ui
|
cellGem: implement real ps move handler
|
2024-11-16 09:45:31 +01:00 |
|
qt_camera_handler.cpp
|
Move permissions to own file
|
2025-02-25 19:45:43 +01:00 |
|
qt_camera_handler.h
|
cellCamera: try to fix internal state on stop
|
2024-12-18 03:54:25 +01:00 |
|
qt_camera_video_sink.cpp
|
Qt: fix image flip warning on newer Qt
|
2025-11-17 03:46:06 +02:00 |
|
qt_camera_video_sink.h
|
Headers cleanup
|
2025-02-11 20:38:35 +01:00 |
|
qt_music_handler.cpp
|
Qt: implement music player dialog for music handler tests
|
2025-04-23 08:14:59 +02:00 |
|
qt_music_handler.h
|
Qt: implement music player dialog for music handler tests
|
2025-04-23 08:14:59 +02:00 |
|
qt_utils.cpp
|
SaveState Manager: Format specially close dates
|
2025-10-21 04:27:54 +03:00 |
|
qt_utils.h
|
SaveState Manager: Format specially close dates
|
2025-10-21 04:27:54 +03:00 |
|
qt_video_source.cpp
|
Qt: use image_change_callback function to ensure the member is valid
|
2025-04-16 03:19:15 +02:00 |
|
qt_video_source.h
|
Qt: use image_change_callback function to ensure the member is valid
|
2025-04-16 03:19:15 +02:00 |
|
raw_mouse_settings_dialog.cpp
|
Qt: save spinbox values with fmt::format
|
2025-12-01 10:14:29 +01:00 |
|
raw_mouse_settings_dialog.h
|
Qt/input: allow keypresses in raw mouse handler
|
2025-01-14 15:52:46 +01:00 |
|
recvmessage_dialog_frame.cpp
|
Make IP Binding more global
|
2025-05-10 08:44:05 +03:00 |
|
recvmessage_dialog_frame.h
|
Fix some static analysis warnings
|
2025-05-24 18:24:58 +02:00 |
|
register_editor_dialog.cpp
|
Remove qstr, sstr and qsv aliases. This does not compile on clang-cl
|
2025-06-30 08:18:50 +02:00 |
|
register_editor_dialog.h
|
Headers cleanup
|
2025-02-11 20:38:35 +01:00 |
|
render_creator.cpp
|
static analysis: more const
|
2025-03-05 00:12:30 +01:00 |
|
render_creator.h
|
Allow MSAA selection in the UI
|
2025-02-11 02:28:31 +03:00 |
|
richtext_item_delegate.h
|
Qt: Fix multi package install dialog on Linux
|
2025-04-08 09:28:10 +02:00 |
|
rpcn_settings_dialog.cpp
|
clang-cl: fix a bunch of warnings
|
2025-07-02 22:19:31 +02:00 |
|
rpcn_settings_dialog.h
|
overlays: add friends list to home menu
|
2024-10-06 09:57:20 +02:00 |
|
rsx_debugger.cpp
|
rsx_debugger: fix gcc index access warning
|
2025-11-17 03:46:06 +02:00 |
|
rsx_debugger.h
|
rsx-debugger: Show disassembly of the currently active VP and FP
|
2025-05-21 16:51:11 +03:00 |
|
save_data_dialog.cpp
|
overlays: play ICON1.PAM in save data list if possible
|
2025-03-31 18:27:54 +02:00 |
|
save_data_dialog.h
|
overlays: play ICON1.PAM in save data list if possible
|
2025-03-31 18:27:54 +02:00 |
|
save_data_info_dialog.cpp
|
Qt: Simplify some string conversion bloat
|
2024-09-25 20:09:39 +02:00 |
|
save_data_info_dialog.h
|
Emu: some cleanup
|
2021-04-09 21:03:49 +02:00 |
|
save_data_list_dialog.cpp
|
cellSaveData: improve logging for overlays
|
2024-09-20 20:43:57 +02:00 |
|
save_data_list_dialog.h
|
Headers cleanup
|
2025-02-11 20:38:35 +01:00 |
|
save_manager_dialog.cpp
|
Qt: Update header texts and actions when language changes
|
2025-12-01 14:49:04 +01:00 |
|
save_manager_dialog.h
|
Qt: Update header texts and actions when language changes
|
2025-12-01 14:49:04 +01:00 |
|
savestate_manager_dialog.cpp
|
Qt: fix game list table multiselection
|
2025-12-01 21:43:19 +01:00 |
|
savestate_manager_dialog.h
|
Qt: Update header texts and actions when language changes
|
2025-12-01 14:49:04 +01: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
|
Headers cleanup
|
2025-02-11 20:38:35 +01:00 |
|
screenshot_manager_dialog.h
|
Qt: implement flow layout game grid
|
2023-05-06 06:31:58 +02:00 |
|
screenshot_preview.cpp
|
Qt: only allow double leftclick in screenshot manager
|
2023-12-05 08:37:34 +01:00 |
|
screenshot_preview.h
|
Remove BOM markers
|
2020-12-06 15:30:12 +03:00 |
|
sendmessage_dialog_frame.cpp
|
Make IP Binding more global
|
2025-05-10 08:44:05 +03:00 |
|
sendmessage_dialog_frame.h
|
RPCN v1.4
|
2025-02-12 15:00:50 +01:00 |
|
settings.cpp
|
Headers cleanup
|
2025-02-11 20:38:35 +01:00 |
|
settings.h
|
Qt: sync gui settings by default after setting or removing values
|
2024-08-26 06:28:47 +02:00 |
|
settings_dialog.cpp
|
Core: Remove Intel-TSX ISA Extension based code
|
2025-11-17 10:32:08 +02:00 |
|
settings_dialog.h
|
Qt: fix settings_dialog opening on wrong tab
|
2024-12-19 13:49:43 +01:00 |
|
settings_dialog.ui
|
Core: Remove Intel-TSX ISA Extension based code
|
2025-11-17 10:32:08 +02:00 |
|
shortcut_dialog.cpp
|
Qt: forward declare gui_settings
|
2025-11-17 03:46:06 +02:00 |
|
shortcut_dialog.h
|
Qt: forward declare gui_settings
|
2025-11-17 03:46:06 +02:00 |
|
shortcut_dialog.ui
|
Qt: Enable game window shortcuts
|
2024-09-27 17:57:49 +02:00 |
|
shortcut_handler.cpp
|
Qt: forward declare gui_settings
|
2025-11-17 03:46:06 +02:00 |
|
shortcut_handler.h
|
Qt: forward declare gui_settings
|
2025-11-17 03:46:06 +02:00 |
|
shortcut_settings.cpp
|
Qt: forward declare gui_settings
|
2025-11-17 03:46:06 +02:00 |
|
shortcut_settings.h
|
Qt: forward declare gui_settings
|
2025-11-17 03:46:06 +02:00 |
|
shortcut_utils.cpp
|
Use Microsoft::WRL::ComPtr (#16744)
|
2025-02-23 15:39:39 +02:00 |
|
shortcut_utils.h
|
MacOs/Arm64/Shortcuts: Add more plist entries
|
2024-09-26 19:48:40 +02:00 |
|
skylander_dialog.cpp
|
Synced Skylander variant IDs with values from Dolphin for #13315
|
2025-11-06 20:28:23 +01:00 |
|
skylander_dialog.h
|
Increase max number of skylanders to 8
|
2022-12-06 18:14:58 +01:00 |
|
sound_effect_manager_dialog.cpp
|
Qt: Add sound effect manager
|
2025-11-30 09:23:36 +00:00 |
|
sound_effect_manager_dialog.h
|
Qt: Add sound effect manager
|
2025-11-30 09:23:36 +00:00 |
|
stylesheets.h
|
Qt: Try to improve default stylesheet after Qt 6.7.3 update
|
2024-09-27 17:57:49 +02:00 |
|
syntax_highlighter.cpp
|
Qt: use default colors for native styles
|
2023-12-22 10:03:56 +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
|
SPU/config: Make SPU LLVM Mega block size default
|
2025-11-29 18:24:01 +02:00 |
|
trophy_manager_dialog.cpp
|
Qt: Update header texts and actions when language changes
|
2025-12-01 14:49:04 +01:00 |
|
trophy_manager_dialog.h
|
Qt: Update header texts and actions when language changes
|
2025-12-01 14:49:04 +01: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
|
Qt: Add sound effect manager
|
2025-11-30 09:23:36 +00:00 |
|
trophy_notification_helper.h
|
Emu: some cleanup
|
2021-04-09 21:03:49 +02:00 |
|
update_manager.cpp
|
Qt: fix translation of update dialog if the language was changed between downloading the json and clicking on update
|
2025-12-02 04:23:20 +01:00 |
|
update_manager.h
|
Qt: fix translation of update dialog if the language was changed between downloading the json and clicking on update
|
2025-12-02 04:23:20 +01:00 |
|
user_account.cpp
|
Move unspecific Emulator code out of System.cpp
|
2021-04-24 11:21:22 +03:00 |
|
user_account.h
|
Fix some static analysis warnings
|
2024-12-17 20:46:07 +01:00 |
|
user_manager_dialog.cpp
|
Remove qstr, sstr and qsv aliases. This does not compile on clang-cl
|
2025-06-30 08:18:50 +02:00 |
|
user_manager_dialog.h
|
Qt: ignore double clicks unless they are left clicks
|
2024-09-02 23:26:56 +02:00 |
|
uuid.cpp
|
windows: move config.yml and games.yml to /config/
|
2025-01-16 21:33:33 +01:00 |
|
uuid.h
|
Qt: log uuid
|
2022-06-30 21:36:11 +02:00 |
|
vfs_dialog.cpp
|
Fix game list update for auto-detection VFS games folder (#17051)
|
2025-04-17 12:14:54 +02:00 |
|
vfs_dialog.h
|
Qt: add new vfs usb tab
|
2022-05-10 19:39:35 +02:00 |
|
vfs_dialog_path_widget.cpp
|
Qt: forward declare gui_settings
|
2025-11-17 03:46:06 +02:00 |
|
vfs_dialog_path_widget.h
|
Qt: forward declare gui_settings
|
2025-11-17 03:46:06 +02:00 |
|
vfs_dialog_tab.cpp
|
Qt: forward declare gui_settings
|
2025-11-17 03:46:06 +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
|
VFS: Fix some potential .back() segfaults
|
2024-01-25 17:03:58 +01: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: forward declare gui_settings
|
2025-11-17 03:46:06 +02:00 |
|
vfs_dialog_usb_tab.h
|
Qt: forward declare gui_settings
|
2025-11-17 03:46:06 +02:00 |
|
vfs_tool_dialog.cpp
|
Fix crash on VFS Tool (#16146)
|
2024-09-29 03:11:27 +03:00 |
|
vfs_tool_dialog.h
|
Qt: vfs tool dialog
|
2024-08-15 00:45:48 +02:00 |
|
vfs_tool_dialog.ui
|
Qt: vfs tool dialog
|
2024-08-15 00:45:48 +02:00 |
|
video_label.cpp
|
Qt: play ICON1.PAM in save data manager details
|
2025-03-29 15:09:25 +01:00 |
|
video_label.h
|
Qt: play ICON1.PAM in save data manager details
|
2025-03-29 15:09:25 +01:00 |
|
welcome_dialog.cpp
|
Discord: Use vanity URL
|
2025-04-04 23:10:21 +02:00 |
|
welcome_dialog.h
|
fix dark theme switching on initial welcome dialog (#16373)
|
2024-12-06 20:14:35 +01:00 |
|
welcome_dialog.ui
|
Welcome Dialog: Reject users that reject our TOS
|
2024-12-07 20:56:05 +02:00 |