Commit graph

12 commits

Author SHA1 Message Date
SamoZ256
bdecf3c00a
Merge branch 'main' into metal 2025-12-05 14:10:35 +01:00
Exzap
47b8d911b9 Latte: Instance count minimum is 1
Previously we skipped drawcalls when the instance count was set to zero. But the hardware register enforces a minimum of 1.

Fixes black screen in "Cubit The Hardcore Platformer Robot" which does all it's drawcalls with an hardcoded instance count of 0.
2025-11-28 10:34:52 +01:00
oltolm
eb95e63d94
UI: Fix warnings (#1729) 2025-11-23 11:51:44 +01:00
Crementif
934cc3eb9d
UI: Improvements and fixes for Windows dark mode (#1728) 2025-11-22 23:26:27 +01:00
Samuliak
37ba5268f7
Merge branch 'main' into metal 2025-09-27 07:27:06 +02:00
oltolm
84f12eea65
UI: fix sorting after style switch (#1693) 2025-09-22 01:25:57 +02:00
Samuliak
f754595cf6
Merge branch 'main' into metal 2025-09-19 20:51:49 +02:00
Crementif
57fe7a53f1 UI: Disable alpha for game list icons 2025-07-29 19:26:47 +02:00
Crementif
191357c518
UI: Fix minor dark mode issues (#1654)
* Fix black text after graphic pack is disabled in dark mode
* Fix background colour of audio debugger in dark mode
* Make placeholder game list icons black when using dark mode
* Some tweaks to the HotkeySettings window:
  - Make strings translatable
  - Makes the column headers bold for clarity
  - Makes the border darker on Linux, fixed by @goeiecool9999
  - Make the column headers have some padding to make it look nicer.
2025-07-26 22:45:28 +02:00
Crementif
08609591ae
UI: Upgrade to wxWidgets 3.3.1 and add dark mode support for Windows (#1647) 2025-07-23 11:07:24 +02:00
Kevin Reinholz
4efa40c51c
Make it easy to build Cemu on BSD (#1632) 2025-07-23 08:59:09 +02:00
SSimco
67de63bed6
UI+build: Isolate wxWidgets code from non-GUI code (#1633) 2025-07-15 04:28:41 +02:00
Renamed from src/gui/components/wxGameList.cpp (Browse further)