Cemu/src
bitscher 4a3b2e0381 Fix game list ordering
Game ordering was broken when clicking on the name column or
adding/removing a favorite.

Unlike the standard lib's that requires a strict weak ordering
comparator, wxWidgets needs a compare function that returns a negative
number, 0 or a positive number when entries are respectively lower than,
equal to and greater than.

Fixed using C++20 comparison API.
2022-09-03 13:11:54 -07:00
..
asm build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
audio build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
Cafe Merge pull request #112 from Tachi107/build-minor-fixes 2022-09-02 19:22:19 +02:00
Cemu build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
Common style: use std::enable_if & co instead of boost:: (#153) 2022-09-02 21:06:05 +02:00
config style: use std::enable_if & co instead of boost:: (#153) 2022-09-02 21:06:05 +02:00
gui Fix game list ordering 2022-09-03 13:11:54 -07:00
imgui build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
input build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
resource build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
tools Add all the files 2022-08-22 22:21:23 +02:00
util build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
CMakeLists.txt build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
main.cpp Misc. Linux improvements and bug fixes. (#121) 2022-09-01 20:46:20 +02:00
mainLLE.cpp Add all the files 2022-08-22 22:21:23 +02:00