emiyl and GitHub
8f674933d2
Create Cemu .app bundle for macOS ( #364 )
2022-10-23 16:58:28 +02:00
Exzap and GitHub
028b3f7992
Make controller button code thread-safe ( #405 )
...
* Refactor spinlock to meet Lockable requirements
* Input: Refactor button code and make it thread-safe
2022-10-23 15:47:42 +02:00
Tillsunset and GitHub
1bcc064593
Add check for "." in FSC path ( #402 )
2022-10-23 13:06:20 +02:00
MythicalPlayz and GitHub
c217b3ee32
GameList: Use title name based on console language ( #388 )
2022-10-21 00:17:11 +02:00
goeiecool9999 and GitHub
dd1cb1cccf
Update title manager when clearing MLC path in settings ( #319 )
2022-10-20 13:18:44 +02:00
goeiecool9999 and GitHub
9df1325d14
Linux: Resolve backtrace symbols directly from .symtab instead of .dynsym ( #385 )
2022-10-20 13:12:16 +02:00
MythicalPlayz and GitHub
271a4e4719
Fixed Discord Rich Presence not working on games that are on MLC ( #383 )
2022-10-18 17:08:09 +02:00
Exzap and GitHub
665a34e518
Linux: Always use libpng from system ( #381 )
...
* Always use system libpng on Linux
* Remove dependency on boost-crc in DSU (reuse existing implementation)
2022-10-17 13:25:49 +02:00
MythicalPlayz and GitHub
753040f73a
Added Boot Image for Gamepad ( #372 )
2022-10-17 11:26:32 +02:00
goeiecool9999 and GitHub
e88d20cbfb
Fix crashes when wxWidgets tries to free stack allocated dialogs ( #377 )
2022-10-16 09:02:33 +02:00
Tillsunset and GitHub
f0938e1a23
Fix CRC errors on MacOS(/Linux?) ( #375 )
...
Fixes graphic packs (like FPS++) not working even when enabled.
2022-10-15 13:38:06 +02:00
Tillsunset and GitHub
df0e2f7881
Fix Cannot set locale to "" ( #366 )
...
* Add en resource and change language selection for macos user that don't have US as their system region
* default to English if the system language is unavailable
2022-10-15 07:20:20 +02:00
Exzap and GitHub
ada8bbb3b4
Linux/MacOS: Greatly improve performance ( #370 )
...
std::unordered_set is implemented as a flat hashtable on libstdc++ which makes clearing expensive due to invoking memset on the entire table. To get the best performance across all platforms this replaces the unordered_set with a custom high-performance sparse bitset
2022-10-14 13:45:40 +02:00
Exzap and GitHub
a19ed46b2a
Windows: Fix file and folder dialog freeze ( #369 )
...
Initializing the COM library immediately seems to be more robust than doing it on demand
2022-10-14 12:49:41 +02:00
Exzap
d251ce07e0
XAudio2: Don't quit on failed CoInitializeEx()
...
It returns an error code when already initialized
2022-10-13 12:18:34 +02:00
Exzap
f65dbe8437
Fix encoding error in input profile filenames
...
- Controller profile filenames now encode unicode characters correctly
- Removed dependency on boost::filesystem. There is still an indirect dependency on it from another boost module it seems
- Refactored some code to use FileStream instead of ifstream/ofstream
2022-10-12 14:27:01 +02:00
SSimco and GitHub
8b3f36ad50
Use correct preprocessor check for Linux ( #360 )
2022-10-12 13:10:57 +02:00
SSimco and GitHub
d6ba61cf64
Add support for non portable mode ( #356 )
2022-10-12 08:03:26 +02:00
Exzap and GitHub
2b9edced81
Minor tweaks and code clean up ( #357 )
2022-10-11 09:17:34 +02:00
MythicalPlayz and GitHub
b07e9efba4
Add support for choosing network service (incl Pretendo+Custom) ( #302 )
2022-10-11 04:04:47 +02:00
Exzap and GitHub
52cc7c5996
Follow imgui recommendation and streamline build dependencies ( #355 )
2022-10-11 01:43:15 +02:00
goeiecool9999 and GitHub
431c5a101f
Linux: Print demangled symbols on backtrace ( #312 )
2022-10-10 02:35:04 +02:00
Tillsunset and GitHub
0c9fb3143f
memory optimization, using posix_memalign ( #350 )
2022-10-09 10:43:45 +02:00
Tillsunset and GitHub
638e9e1f87
Workaround for the h264 video crash on macOS ( #348 )
2022-10-09 08:45:26 +02:00
Tillsunset and GitHub
b724a657e6
MoltenVk: Add missing texture decoders ( #332 )
2022-10-08 15:07:54 +02:00