Commit Graph

38 Commits

Author SHA1 Message Date
1adc29aeb0 Qt: Fall back to screen for refresh rate
Wayland, always a pain in the arse.
2024-05-24 23:24:06 +10:00
42a5fe0a6e GPU: Further improve vsync handling 2024-05-24 02:33:33 +10:00
1adaea9005 GameList: Merge multi-disc games 2024-05-18 15:21:44 +10:00
ca3cfbaa99 Misc: Pass string_view by value 2024-05-05 22:28:29 +10:00
0fbc1a3a8a AudioStream: Add surround expansion via FreeSurround 2024-04-21 23:30:46 +10:00
4598bc789b Qt: Split Cheat Manager and Memory Scanner
And make them persistent across system invocations.
2024-04-10 14:05:46 +10:00
5c56d4e869 Deps: Update to Qt 6.7.0 and SDL 2.30.2 2024-04-05 17:23:28 +10:00
04b837a418 Qt: Redesign graphics settings panel
Add screenshot format/type.
2024-03-02 21:21:20 +10:00
22e9f008f6 Qt: More icon overhaul and cleanup 2023-10-16 19:39:27 +07:00
3468afc5ec Qt: Port over some custom icon from PCSX2 2023-10-15 16:20:52 +07:00
a96111eaeb Misc: Swap make_array() for size deduction 2023-10-02 13:33:33 +10:00
bb60170d9a Move frontend-common to util/core 2023-08-16 01:13:00 +10:00
9aa6c24620 System: Store game hash as well as serial 2023-05-15 23:39:07 +10:00
8c7a192128 Misc: Add copyright/license statement to applicable files
Should've did this in the beginning.
2022-12-04 21:03:49 +10:00
8d7aea5e19 Host: Add GetTopLevelWindowInfo()
And use it for screensaver inhibiting on Linux.
2022-11-18 18:44:00 +10:00
b42b5501f6 UI: Massive revamp, new features and improvements 2022-07-22 21:19:54 +10:00
350049826f Fix a bunch of compiler warnings 2021-06-04 13:14:30 +10:00
6c20bac7dd Qt: Support Qt 6 2021-05-20 14:14:26 +10:00
ff14e8aede Add JSON game database to replace dat parsing 2021-04-17 17:04:23 +10:00
a0e97059f5 Qt: Allow binding keyboard keys via fullscreen UI 2021-03-08 01:53:26 +10:00
692eb035ec Qt: Fix flex sizing with >1 flex column 2021-01-11 01:29:31 +10:00
31423ef697 Changed debugger "Enter memory address" to accept hex only (#1317)
* Changed debugger "Enter memory address" to accept hex only

The "Enter memory address" prompt by default expects a decimal address unless it's preceded by 0x. Or it expects an number starting with 0 is an octal.
The disassembly address should be hexadecimal regardless as that is how it it displays the address.
Also changed it so that it changes any address entered to be divisible by 4 as there was an observed issue that would cause the disassembly addresses to get locked to a address that was not divisible by 4

* Translation updates for Debugger memory address change

Updated the three translation files that mentioned the original "Invalid address. It should be in hex" string.

* Changed debugger "Enter memory address" to accept hex only

UPDATE TO PR #1316
The "Enter memory address" prompt by default expects a decimal address unless it's preceded by 0x. Or it expects an number starting with 0 is an octal.
The disassembly address should be hexadecimal regardless as that is how it it displays the address.
Also changed it so that it changes any breakpoint or disassembly address entered to be divisible by 4 as there was an observed issue that would cause the disassembly addresses to get locked to a address that was not divisible by 4 and a breakpoint address that is not divisible by 4 would never be hit.
2020-12-27 00:43:43 +10:00
980aa0a8bc Qt/CheatManager: Add manual watch address 2020-12-19 02:44:46 +10:00
2b66492ed8 HostInterface: Add proper turbo speed setting 2020-11-03 22:59:26 +10:00
2eaebd8921 GPU: Implement support for multisample antialiasing 2020-10-31 14:27:58 +10:00
b694577c38 Qt: Add new cheat manager 2020-10-21 01:11:30 +10:00
c9cefe4020 GameSettings: Add a bunch more user settings 2020-09-02 00:00:48 +10:00
ae3ad04bfc Qt: Fix modifier key bindings not having any effect 2020-08-16 00:20:10 +10:00
6e0b71ace4 QtUtils: Improve QTableView column resizing 2020-08-11 11:19:03 -07:00
e7778ea86e Qt: Move OpenURL to QtUtils namespace 2020-05-20 23:25:16 +10:00
ad6e4cb6e4 Qt: Add "Clear All" and "Rebind All" to controller bindings 2020-03-22 00:50:09 +10:00
5c0660744a Qt: Implement "File Title" column and toggling in game list 2020-03-02 11:08:25 +10:00
71c1e243fe Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00
ecc8109d43 Qt: Show flags for region instead of text 2020-01-08 13:39:19 +10:00
e7bebb0105 Qt: Support runtime renderer switching 2020-01-07 18:55:36 +10:00
87889a13e0 Qt: Properly handle modifier keys for input 2020-01-06 15:14:47 +10:00
b135b32159 Qt: Add config and implementation for basic controller input 2020-01-02 16:13:03 +10:00
f3e9c3ec8c Add initial work on Qt frontend 2019-12-31 16:18:30 +10:00