citra-emu
/
citra-canary
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-canary/src
Ian Chamberlain b9c11e71d7
Fix ABI mismatch in packed HIO request
Using size_t etc. is incorrect, since these definitions are based on the
build machine which most likely has a different arch than the 3DS.
2023-03-29 09:09:32 -04:00
..
android Prepare frontend for multiple graphics APIs (#6347) 2023-03-27 14:29:17 +03:00
audio_core Implement app management support (suspend, resume, close, etc) (#6322) 2023-03-10 00:44:26 +01:00
citra Prepare frontend for multiple graphics APIs (#6347) 2023-03-27 14:29:17 +03:00
citra_qt Rework system title handling with up-to-date title list and region detection support. (#6356) 2023-03-29 13:55:29 +02:00
common Prepare frontend for multiple graphics APIs (#6347) 2023-03-27 14:29:17 +03:00
core Fix ABI mismatch in packed HIO request 2023-03-29 09:09:32 -04:00
dedicated_room Port yuzu-emu/yuzu#9300: "CMake: Use precompiled headers to improve compile times" (#6213) 2022-12-17 16:06:38 +01:00
input_common Port yuzu-emu/yuzu#9300: "CMake: Use precompiled headers to improve compile times" (#6213) 2022-12-17 16:06:38 +01:00
network Port yuzu-emu/yuzu#9300: "CMake: Use precompiled headers to improve compile times" (#6213) 2022-12-17 16:06:38 +01:00
tests build: Update to support multi-arch builds. 2023-01-07 01:09:32 -08:00
video_core Prepare frontend for multiple graphics APIs (#6347) 2023-03-27 14:29:17 +03:00
web_service Rework system title handling with up-to-date title list and region detection support. (#6356) 2023-03-29 13:55:29 +02:00
.clang-format clang format: add objective c++ formatting 2022-01-10 13:52:39 +01:00
CMakeLists.txt Port yuzu-emu/yuzu#9300: "CMake: Use precompiled headers to improve compile times" (#6213) 2022-12-17 16:06:38 +01:00