Henrik Rydgård
|
e4ea4831e9
|
Delete the vertex cache option from the code.
|
2023-10-10 15:43:43 +02:00 |
|
Henrik Rydgård
|
c0e5da02ff
|
Buildfixes
|
2023-09-30 12:06:07 +02:00 |
|
Henrik Rydgård
|
19e4de5088
|
Change global UI messages to use an enum instead of strings.
Makes it easier to add new ones and delete outdated ones without missing
any uses.
|
2023-09-30 11:37:02 +02:00 |
|
German Semenov
|
c498a42e92
|
Core, UI, Windows: Removed excess converting C-string in params
|
2023-09-15 13:54:11 +03:00 |
|
Henrik Rydgård
|
25f02d0227
|
Windows: Make switching UMD through "Emulation->Switch UMD" threadsafe
|
2023-08-18 10:29:10 +02:00 |
|
Henrik Rydgård
|
a32249a3cf
|
Move DebugOverlay rendering to the overlay screen, allowing drawing it on top of the menu
|
2023-08-03 16:19:18 +02:00 |
|
Henrik Rydgård
|
fc6879674e
|
Refactor overlays into an enum
|
2023-08-02 13:03:04 +02:00 |
|
Henrik Rydgård
|
c17b84b3d4
|
Implement RetroAchievements challenge mode restrictions, and fix related bugs
|
2023-07-08 21:55:32 +02:00 |
|
Henrik Rydgård
|
84fffec4f3
|
Switch all NativeMessageReceived to System_PostUIMessage
|
2023-07-06 17:26:02 +02:00 |
|
Henrik Rydgård
|
eb21a2e6c9
|
Break out the OSD data holder from Common/System/System.h, into OSD.cpp/h
|
2023-06-30 17:15:49 +02:00 |
|
Henrik Rydgård
|
7cc8c6cea4
|
OSD: Add semantics, move the the OSD state to common (while keeping the renderer in the UI).
|
2023-06-20 14:40:46 +02:00 |
|
Henrik Rydgård
|
7f2c03156f
|
Fix the skip buffer effects menu item not having immediate effect (wrong invalidation).
Fixes part of #17404
|
2023-05-07 00:00:01 +02:00 |
|
Henrik Rydgård
|
e1d4a19ce1
|
Add the basics of the Emulation menu to the Mac build
|
2023-04-28 15:16:57 +02:00 |
|
Henrik Rydgård
|
eeaeb8b7cc
|
Add "Open Memory Stick" to File menu on Mac
|
2023-04-26 10:18:04 +02:00 |
|
Nemoumbra
|
5bf22c15d0
|
sceKernelPrintf improvement, QOL adjustments
|
2023-04-11 15:47:50 +03:00 |
|
Henrik Rydgård
|
12bd0ed26d
|
Restore the shared_ptrs
|
2023-04-07 10:35:01 +02:00 |
|
Henrik Rydgård
|
ee6234ecb6
|
I18N: Switch to getting categories by index instead of by string lookup
Also gets rid of the shared_ptr usage, and generally makes things nicer.
Needed for later config refactorings, good to get in early.
|
2023-04-07 10:35:01 +02:00 |
|
Henrik Rydgård
|
8f96ec371e
|
Rename iBufFilter -> iDisplayFilter
|
2023-04-05 09:34:18 +02:00 |
|
Henrik Rydgård
|
c1b5aed9b7
|
Cleanup, confine g_controllerMap access to KeyMap.cpp
|
2023-04-01 20:28:42 +02:00 |
|
Henrik Rydgård
|
56c26eef4d
|
Remove the old AsyncFileDialog thingy
|
2023-03-24 21:32:20 +01:00 |
|
Henrik Rydgård
|
47ae31e293
|
Minor cleanups, drive-by fix for folder browser on iOS
|
2023-03-22 15:36:14 +01:00 |
|
Henrik Rydgård
|
e9f5394f59
|
Move the Windows open file dialog to the new system, switch the background image selector over.
|
2023-03-22 14:53:07 +01:00 |
|
Henrik Rydgård
|
f5472ba0d8
|
Cleanup up unnecessary audio init functions
|
2023-03-21 13:39:02 +01:00 |
|
Nemoumbra
|
aab4a3034c
|
Added new MainWindow menu item "copy PSP memory base pointer"
|
2023-02-24 23:54:45 +03:00 |
|
Henrik Rydgård
|
b04dd81cba
|
Merge pull request #16704 from hrydgard/darkmode
Windows Dark Mode: initial support
|
2023-01-31 10:45:07 +01:00 |
|