goeiecool9999
2842615edb
Fix various colour values for dark themes ( #439 )
2022-11-13 08:27:09 +01:00
jn64
7f21104b54
Disable Discord RPC checkbox based on build option ( #476 )
2022-11-11 20:51:50 +01:00
goeiecool9999
bbd8d6d5ac
Linux OpenGL: Fix gamepad not updating ( #474 )
2022-11-11 08:33:44 +01:00
goeiecool9999
4d68446f14
Vulkan: Further swapchain code improvements. ( #473 )
2022-11-11 08:14:38 +01:00
goeiecool9999
138510106c
Vulkan: Fix freeze when closing pad view ( #435 )
2022-11-06 00:40:00 +01:00
Exzap
948460cad7
InputSettings: Refresh panels on profile load and other operations
2022-11-06 00:32:33 +01:00
goeiecool9999
348d86648f
Vulkan: Refactor swapchain code ( #399 )
2022-11-04 15:22:29 +01:00
Tillsunset
2f86622a68
Don't go to mount point for free space check ( #450 )
2022-11-04 14:34:32 +01:00
Exzap
a40b226e00
CubebInput: Avoid redundant CoInitializeEx ( #449 )
2022-11-03 18:29:21 +01:00
Adrian Graber
d4e14d2b05
Implement proper microphone support ( #251 )
2022-11-03 00:24:34 +01:00
goeiecool9999
c3182aedd9
GeneralSettings: Update vsync after settings close ( #401 )
2022-10-31 17:54:26 +01:00
Tillsunset
c143950dd1
Fix fullscreen on macos ( #429 )
2022-10-30 01:40:53 +02:00
Tillsunset
9ebbfb3ae2
Fix some compiler warnings ( #416 )
2022-10-26 14:47:44 +02:00
emiyl
8f674933d2
Create Cemu .app bundle for macOS ( #364 )
2022-10-23 16:58:28 +02:00
Exzap
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
MythicalPlayz
c217b3ee32
GameList: Use title name based on console language ( #388 )
2022-10-21 00:17:11 +02:00
goeiecool9999
dd1cb1cccf
Update title manager when clearing MLC path in settings ( #319 )
2022-10-20 13:18:44 +02:00
MythicalPlayz
271a4e4719
Fixed Discord Rich Presence not working on games that are on MLC ( #383 )
2022-10-18 17:08:09 +02:00
goeiecool9999
e88d20cbfb
Fix crashes when wxWidgets tries to free stack allocated dialogs ( #377 )
2022-10-16 09:02:33 +02:00
Tillsunset
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
SSimco
8b3f36ad50
Use correct preprocessor check for Linux ( #360 )
2022-10-12 13:10:57 +02:00
SSimco
d6ba61cf64
Add support for non portable mode ( #356 )
2022-10-12 08:03:26 +02:00
Exzap
2b9edced81
Minor tweaks and code clean up ( #357 )
2022-10-11 09:17:34 +02:00
MythicalPlayz
b07e9efba4
Add support for choosing network service (incl Pretendo+Custom) ( #302 )
2022-10-11 04:04:47 +02:00
bslhq
551f821109
Auto resize last column ( #265 )
2022-10-07 14:30:06 +02:00
goeiecool9999
6ecc4be0da
Posix/Linux: Add setting to disable coredumps
2022-09-27 13:58:50 +02:00
SSimco
25dae98ce0
Fix crash on GTK when a gfx pack preset value is changed ( #300 )
2022-09-26 07:53:10 +02:00
Exzap
3bceb39966
Remove PUBLIC_RELEASE flag and tie asserts to debug config ( #287 )
...
Removes the -DPUBLIC_RELEASE flag. Cemu's debug asserts are now only enabled if the build configuration is Debug. Similarly, on Windows the console is only shown for Debug builds.
2022-09-24 08:43:27 +02:00
Tillsunset
7864d76eca
fixed the string encoding issue on macOS ( #277 )
2022-09-20 14:50:34 +02:00
SSimco
9f02733a0d
Use unordered_map for keydown to allow codes above 255 ( #248 )
...
- Adds internal support for 32bit key codes, required for proper keyboard input on Linux
- Use gdk_keyval_name to get key name on Linux
2022-09-19 03:07:26 +02:00
Exzap
5e968eff4f
Fix 1x1 symbols in debugger window + Load icons from headers on all platforms
...
- Fixed an issue where the toolbar icons for the debugger were resized to 1x1
- On Windows we now load the PNG UI icons from the header-embedded pngs (`resource/embedded`) instead of via `cemu.rc` to match behavior of other platforms
2022-09-18 15:53:10 +02:00
Tillsunset
867c0c5ca2
Fix some issues with building on macOS ( #268 )
...
* fixed building on macos, needs OBJC and OBJXX to be enabled
* changed to weak ordering due to string comparison not being strong ordering
* Use raw PNG bytes from "resource/embedded/resources.h" in all windows too
2022-09-18 14:39:00 +02:00
Herman Semenov
03f5967408
Fix incorrect streamout buffer index in GS + refactor various code ( #258 )
2022-09-17 03:45:18 +02:00
Maximilian Downey Twiss
4a3d02db55
Properly list files in CMakeLists instead of using GLOB ( #249 )
2022-09-17 03:24:57 +02:00
Exzap
910cdf4d5c
Refactor wxGameList color code and match previous style on light theme ( #261 )
...
Refactored to pre-calculate the game list row colors at the beginning of the function. If the background color is almost white as it is on Windows, we'll use the previous bluish secondary color instead of grey-scale lightness adjustment.
2022-09-17 02:39:52 +02:00
Shoegzer
6ef36152c2
Use system color definitions for wxGameList ( #241 )
...
Previously it would use hard-coded bright colors which clashed with dark themes on Linux
2022-09-17 01:06:36 +02:00
Francesco Saltori
664d7ee902
Clean up more Cemuhook leftovers ( #253 )
2022-09-16 13:34:41 +02:00
Exzap
61a3b07697
Merge pull request #238 from Fs00/more-translations
...
More l10n improvements and add workflow to generate POT file
2022-09-14 22:49:14 +02:00
SSimco
9a60979242
Linux: Avoid out-of-bounds raw keycode array access ( #226 )
2022-09-11 02:00:02 +02:00
Fs00
694b9ec495
Avoid including newlines in localizable string
2022-09-10 18:47:32 +02:00
Fs00
08db65bd5a
Remove some dead code
2022-09-10 18:47:32 +02:00
Fs00
13aa0a4fd0
Make controller button names translatable and deduplicate code
2022-09-10 18:47:27 +02:00
Fs00
4c6f22ba39
Simplify a few window names
2022-09-10 13:55:37 +02:00
Exzap
680beaaf21
Rename path _utf8Wrapper to _utf8ToPath for better clarity
2022-09-09 23:49:38 +02:00
Timothy Redaelli
f032088902
Use _Exit instead of exit under Linux ( #204 )
...
The best ExitProcess alternative for Linux is _Exit since it doesn't
call exit handlers.
2022-09-08 17:05:31 +02:00
bslhq
4d1be950e3
Fix various issues related to title names ( #192 )
...
Fixed various issues related to title names:
1. If console language is set to non-English, the title names in Title Manager may be empty.
2. Game list do not show custom names if list style set to icon or small icon.
3. Custom title names for some languages (like JP or CN) appear confusing if re-edited.
4. Unexpected overrides of variable values in ParsedMetaXml.h
2022-09-07 19:58:56 +02:00
Timothy Redaelli
0a1985e481
Set timer milliseconds for "Controller settings" ( #194 )
...
This is needed to avoid having the Controller settings window black on Linux
2022-09-07 16:54:48 +02:00
goeiecool9999
e20bfd00ec
Separate filestream.h into OS specific implementation files ( #190 )
2022-09-07 02:42:25 +02:00
Exzap
e5d7d5d173
Use utf8 aware string conversion for wxLaunchDefaultBrowser() ( #185 )
2022-09-05 18:42:24 +02:00
bitscher
917b80941e
Fix broken icon layout when loading Cemu on Gnome ( #171 )
...
The icon view was all broken from having entries inserted with non
loaded icons, resulting in a layout that had the wrong size and no
obvious way to trigger a resizing without incurring a costly window
redraw.
Solution: When the icon is not yet loaded insert a transparent
placeholder icon.
2022-09-05 14:51:24 +02:00