Exzap
f3ff919be2
Code clean up + replace some wstring instances with utf8 ( #640 )
2023-01-29 13:53:31 +01:00
Exzap
859dc78e90
coreinit: Dont yield uninterruptible threads in spinlock
2023-01-27 09:57:10 +00:00
Exzap
387b712959
Logging: Add TextureReadback logtype and clean up code
2023-01-27 09:57:10 +00:00
Exzap
4b5014c16a
coreinit: Fix memory mapping API
...
Fixes Unity based games freezing on boot
2023-01-27 09:57:10 +00:00
Tillsunset
4491560b32
Add check for backwards delete ( #564 )
2022-12-09 18:01:08 +01:00
Exzap
2c81d240a5
Make codebase more CPU-agnostic + MacOS disclaimer ( #559 )
2022-12-07 01:48:24 +01:00
SSimco
b1c70588fe
Enable online features for Unix ( #486 )
2022-11-15 17:03:46 +01:00
bslhq
be287a1f4e
ImGui: match all begin()/end() ( #470 )
2022-11-09 02:45:40 +01:00
Adrian Graber
d4e14d2b05
Implement proper microphone support ( #251 )
2022-11-03 00:24:34 +01:00
GaryOderNichts
d303a7f502
coreinit: Implement OSGetSystemTick ( #415 )
2022-10-26 14:06:16 +02:00
gurrgur
76c75f767b
Use portable format specifiers ( #411 )
...
Fixes #387
2022-10-25 20:38:29 +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
SSimco
d6ba61cf64
Add support for non portable mode ( #356 )
2022-10-12 08:03:26 +02:00
Tillsunset
0c9fb3143f
memory optimization, using posix_memalign ( #350 )
2022-10-09 10:43:45 +02:00
Tillsunset
638e9e1f87
Workaround for the h264 video crash on macOS ( #348 )
2022-10-09 08:45:26 +02:00
Narr the Reg
3767257220
nfp: Fix corruption, correct structs and use write counters ( #310 )
2022-09-29 13:00:46 +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
Crementif
510d80038d
[coreinit] Add OSIsDebuggerPresent
2022-09-19 21:41:01 +02:00
Exzap
12b6830546
GX2: Add crash workaround for FFL uninitialized texture ( #264 )
...
When a game tries to generate Miis without the FFL files being dumped (<mlc>/sys/title/0005001b/10056000/content/) it will cause it to create and use a texture with invalid parameters.
This workaround catches and replaces bad texture parameters to avoid crashing further down the line.
Resolves crashes in Sonic Lost World, Super Mario 3D World and probably a few others.
We had this workaround in pre-2.0 Cemu already but it was dropped during refactoring.
2022-09-17 16:32:46 +02:00
Herman Semenov
03f5967408
Fix incorrect streamout buffer index in GS + refactor various code ( #258 )
2022-09-17 03:45:18 +02:00
Exzap
63206eb9a8
coreinit: Return error code instead of success in Acquire failure ( #260 )
...
Spotted by @Fs00
It's currently not known if any games are affected by this
2022-09-16 14:25:38 +02:00
Francesco Saltori
664d7ee902
Clean up more Cemuhook leftovers ( #253 )
2022-09-16 13:34:41 +02:00
Exzap
680beaaf21
Rename path _utf8Wrapper to _utf8ToPath for better clarity
2022-09-09 23:49:38 +02:00
Exzap
0e0602e8d9
FSC: Use utf8 for mounting and internal target path
2022-09-09 23:49:38 +02:00
bitscher
4eaa600b57
Fix various compiler warnings given by Clang ( #170 )
2022-09-07 20:04:32 +02:00
goeiecool9999
e20bfd00ec
Separate filestream.h into OS specific implementation files ( #190 )
2022-09-07 02:42:25 +02:00
bslhq
1373c76eb9
fix H264_IsBotW() return false while BotW's TitleRegion is JP ( #174 )
2022-09-04 18:19:27 +02:00
Exzap
8dd1688ca7
coreinit: Make OSReport and OSConsoleWrite thread-safe
2022-09-03 23:53:45 +02:00
Crementif
86e1a2227c
nn_act: Fix account endianness ( #141 )
...
Also adds some code for enabling multi-user support inside apps maybe, but it's probably hardcoded in more places since Cemu currently only shows the active account.
2022-09-02 09:46:19 +02:00
bitscher
2d42c885da
Fix various compiler warnings and update OpenSSL hash functions ( #119 )
...
* Update OpenSSL hash functions to OpenSSL 3.0
* Fix invalid sscanf format in DownloadManager
* Fix unset return value warning
* Fix erroneous check on otpMem in iosu_crypto
2022-08-30 09:27:25 +02:00
Tom Lally
c065d22dda
Removed THREAD_LOCAL macro. ( #101 )
2022-08-30 06:10:33 +02:00
Tom Lally
454b587e36
Fix compilation on GCC and other Linux fixes ( #80 )
2022-08-28 15:29:15 +02:00
IntriguingTiles
07ce5b0aa6
nn_act: Fix errors in Mii name ( #95 )
...
nn_act: Don't swap the Mii name again
Account: Zero out miiName before copying in data
2022-08-28 11:32:10 +02:00
Arne Morten Kvarving
8459cd928c
fix some printf format specifiers ( #76 )
...
use the definition in cinttypes for portability
2022-08-27 09:33:01 +02:00
Crementif
ca78b92718
Remove cemuhook and fix exports ( #73 )
2022-08-26 19:41:42 +02:00
Marcin Chojnacki
974edaa649
Initial macOS port bringup ( #52 )
2022-08-26 04:03:26 +02:00
Exzap
a2abffd37b
coreinit: Manual endian-swap is not required for MEMPTR
2022-08-25 16:59:54 +02:00
Marco Rubin
1d3f62a09c
Fix ImGui::Text() format strings ( #41 )
...
* Fix format string
2022-08-25 12:15:02 +02:00
Exzap
d60742f52b
Add all the files
2022-08-22 22:21:23 +02:00