Stenzek
|
278614a415
|
FullscreenUI: Display game cover when loading
|
2025-07-19 18:16:15 +10:00 |
|
Stenzek
|
75314f79de
|
FullscreenUI: Localize base strings (e.g. dir selector)
|
2025-07-19 18:16:15 +10:00 |
|
Stenzek
|
3453c897d1
|
FullscreenUI: Add native cover download
|
2025-07-19 17:20:37 +10:00 |
|
Stenzek
|
b07998512e
|
Qt: Refactor render window lifecycle
Remove multiple sources of truth, eliminate bugs in handling edge cases
when switching between modes.
|
2025-07-16 16:38:31 +10:00 |
|
Stenzek
|
2dc25a07ac
|
NeGconRumble: Remove unused fields
|
2025-07-13 19:55:38 +10:00 |
|
Stenzek
|
8ef97b9b46
|
FullscreenUI: Sort unlocked achievements by unlock time
|
2025-07-13 17:29:52 +10:00 |
|
Stenzek
|
be867c815d
|
FullscreenUI: Minor polish to achievements list
|
2025-07-13 17:29:37 +10:00 |
|
Stenzek
|
43543ddedc
|
FullscreenUI: Improve icons in file selector
|
2025-07-13 16:54:54 +10:00 |
|
Stenzek
|
1cad6389aa
|
AnalogController: Fix flipped log message
|
2025-07-13 15:28:46 +10:00 |
|
Stenzek
|
9e319ff495
|
FullscreenUI: Avoid ID duplication in choice dialogs
If two items, e.g. discs happen to have the same display name.
|
2025-07-10 20:39:14 +10:00 |
|
Stenzek
|
00623ebf8b
|
FullscreenUI: Fix rounding on widget grab rects
|
2025-07-10 20:37:37 +10:00 |
|
Stenzek
|
13e4515118
|
GPU: Send read command in SW if stats are enabled
Won't do anything, but it does update the counter.
|
2025-07-10 19:30:35 +10:00 |
|
Stenzek
|
cd2d0503da
|
System: Fix frame advance+runahead stepping 2 frames
|
2025-07-10 12:43:23 +10:00 |
|
Stenzek
|
f273dcff18
|
GameList: Fix possible bad optional unwrap in ApplyCustomAttributes()
|
2025-07-09 20:05:50 +10:00 |
|
Stenzek
|
fb7772871c
|
GameDatabase: Use string_view for disc sets
Avoid the allocations, apparently forgot this one.
|
2025-07-05 14:12:29 +10:00 |
|
Davide Pesavento
|
66341a12d4
|
FullscreenUI: Swap file size and uncompressed size in game details
|
2025-07-03 19:12:40 +10:00 |
|
Stenzek
|
d4cf7f248c
|
FullscreenUI: Fix default displayed value for FF volume
|
2025-07-02 20:46:50 +10:00 |
|
Stenzek
|
d852149809
|
FullscreenUI: Add icons to game list detail lines
|
2025-07-02 20:44:48 +10:00 |
|
Stenzek
|
38022afa25
|
FullscreenUI: Fix focus loss on F4 to switch view
|
2025-07-02 20:01:09 +10:00 |
|
Stenzek
|
c8087204c4
|
FullscreenUI: Fix highlighted option with 'None' background
|
2025-07-01 19:45:44 +10:00 |
|
Stenzek
|
ca322449da
|
FullscreenUI: Add 'Compact Mode' for game list
|
2025-07-01 19:41:02 +10:00 |
|
Stenzek
|
0098c60ee8
|
SIO: Add debugging option to redirect to TTY
Until I bother to finish my sio branch...
|
2025-07-01 19:00:17 +10:00 |
|
Stenzek
|
d0f4f579e1
|
FullscreenUI: Add missing log timestamp preferences
|
2025-07-01 18:40:33 +10:00 |
|
Stenzek
|
2a6aa89efb
|
FullscreenUI: Avoid more conflicts between emoji and PromptFont
By moving them to the unused range.
|
2025-07-01 18:38:18 +10:00 |
|
Stenzek
|
5b3e843b08
|
Qt: Separate window and file log timestamp options
|
2025-07-01 18:08:41 +10:00 |
|
Stenzek
|
36518a8df5
|
Bus: Use log colour abstraction for TTY
|
2025-07-01 17:40:13 +10:00 |
|
Davide Pesavento
|
9e045755a6
|
FullscreenUI: Add missing std::move (#3467)
|
2025-06-30 11:49:55 +10:00 |
|
Stenzek
|
e4761823ad
|
FullscreenUI: Fix fade on system reset/shutdown
|
2025-06-30 00:42:42 +10:00 |
|
Stenzek
|
355c17bde9
|
FullscreenUI: Fix fade on system start/stop
|
2025-06-28 12:46:27 +10:00 |
|
Stenzek
|
376a2e8d4d
|
FullscreenUI: Fix crash when loading/saving state
Also fix fade transition.
|
2025-06-28 12:43:29 +10:00 |
|
Stenzek
|
33b1e82e34
|
Achievements: Fix imgui assertion in leaderboard view
|
2025-06-28 12:31:19 +10:00 |
|
Stenzek
|
1b740efc10
|
FullscreenUI: Avoid ID clash in controller settings
|
2025-06-27 21:48:00 +10:00 |
|
Stenzek
|
2bff2098a1
|
FullscreenUI: Fix returning to wrong window after back
|
2025-06-27 17:14:07 +10:00 |
|
Stenzek
|
ebf97c26b8
|
dep/imgui: Sync to 5ee9c2a
And fix a bunch of local bugs, including random large-font-size glyphs.
|
2025-06-27 17:07:45 +10:00 |
|
Davide Pesavento
|
280c0036eb
|
FullscreenUI: Change a few icons for improved consistency (#3463)
|
2025-06-27 17:07:24 +10:00 |
|
Stenzek
|
6fcb1194d5
|
FullscreenUI: Further icon improvements
|
2025-06-22 14:01:56 +10:00 |
|
Stenzek
|
7b1c8a0407
|
System: Log init/boot time
|
2025-06-22 02:43:58 +10:00 |
|
Stenzek
|
aafd72efba
|
FullscreenUI: Add cheats/patches icons
|
2025-06-22 02:32:57 +10:00 |
|
Stenzek
|
82bb29d186
|
FullscreenUI: Fix extra padding in resume state popup
|
2025-06-22 01:02:59 +10:00 |
|
Stenzek
|
5dd64c89c0
|
FullscreenUI: Bump animation time for theme change
|
2025-06-22 00:42:51 +10:00 |
|
Stenzek
|
68fa33e075
|
FullscreenUI: Polish achievements page
|
2025-06-22 00:39:00 +10:00 |
|
Stenzek
|
d18910a619
|
Achievements: Release lock while waiting for HTTP requests
|
2025-06-22 00:27:48 +10:00 |
|
Stenzek
|
11cb2217e0
|
FullscreenUI: Polish range dialogs
|
2025-06-21 22:08:33 +10:00 |
|
Stenzek
|
7b03b54539
|
FullscreenUI: Eliminate last of layout height constants
|
2025-06-21 22:08:33 +10:00 |
|
Stenzek
|
88a63f04be
|
FullscreenUI: More hardcoded size removal
In achievements and elsewhere.
|
2025-06-21 22:08:33 +10:00 |
|
Stenzek
|
5063a49f2a
|
FullscreenUI: Remove hardcoded sizes for menu items
Make it dynamic based on content instead.
|
2025-06-21 22:08:33 +10:00 |
|
Stenzek
|
6c6cc910e6
|
DMA: Invalidate code pages on CD-ROM DMA write
Avoids page faulting by invalidating the pages in advance.
Might help with frame time spikes on super low-spec devices.
|
2025-06-19 21:15:26 +10:00 |
|
KamFretoZ
|
fa0a926133
|
Deps: Bump FontAwesome to 6.7.2 (#3456)
|
2025-06-19 20:38:41 +10:00 |
|
Stenzek
|
1653cf82a2
|
GPU/HW: Fix GLSL ES compile error
|
2025-06-18 19:28:24 +10:00 |
|
Stenzek
|
5f885b83b8
|
Settings: Add missing case statement
|
2025-06-18 19:03:29 +10:00 |
|