servantofTestator
  • Joined on 2024-04-06
servantofTestator commented on issue suyu/suyu#188 2024-06-18 06:58:13 +02:00
Solution Found for Yuzu/SDK issues, someone has already rewritten alot of Yuzu

The now deleted ghost account in the other issue already clarified the two enums and other placeholder variables in loader.h are similiar/the same as ryujinx. What specifically has the torzu dev…

servantofTestator commented on pull request suyu/suyu#142 2024-06-04 05:46:41 +02:00
Using reserve() for optimization inserts, marked unused pair items and minor code refactor

Idk what missing fork information is but it might be easier to review in patch form https://pastebin.com/860W6ysd .

servantofTestator opened issue suyu/suyu#187 2024-06-04 05:41:21 +02:00
Optional gamemode build
servantofTestator commented on pull request suyu/suyu#142 2024-04-18 22:35:17 +02:00
Using reserve() for optimization inserts, marked unused pair items and minor code refactor

I tested this branch and it compiles under linux with qt6 and qt5 using clang and gcc. I haven't noticed a huge performance difference. Making all those unique names into a user defined literal…

servantofTestator commented on issue suyu/suyu#49 2024-04-06 21:53:42 +02:00
When UltraCam TOTK mod is installed, emulator tries initializing at 0x0

Since this quick fix of downgrading/upgrading doesn't require you to launch the game it probably has something to do with how suyu handles applying version updates and mod fsoverlays in src/core/fi…