Lime-3DS-Emulator/src
PabloMK7 016ce6c286
Add 3GX plugin loader (#6172)
* Initial plugin loader support

* More plugin loader progress

* Organize code and more plugin features

* Fix clang-format

* Fix compilation and add android gui

* Fix clang-format

* Fix macos build

* Fix copy-paste bug and clang-format

* More merge fixes

* Make suggestions

* Move global variable to static member

* Fix typo

* Apply suggestions

* Proper initialization order

* Allocate plugin memory from SYSTEM instead of APPLICATION

* Do not mark free pages as RWX

* Fix plugins in old 3DS mode.

* Implement KernelSetState and notif 0x203

* Apply changes

* Remove unused variable

* Fix dynarmic commit

* Sublicense files with MIT License

* Remove non-ascii characters from license
2022-12-11 10:08:58 +02:00
..
android Add 3GX plugin loader (#6172) 2022-12-11 10:08:58 +02:00
audio_core Add per game configuration options (#6187) 2022-12-08 13:27:25 +02:00
citra Add per game configuration options (#6187) 2022-12-08 13:27:25 +02:00
citra_qt Add 3GX plugin loader (#6172) 2022-12-11 10:08:58 +02:00
common Add 3GX plugin loader (#6172) 2022-12-11 10:08:58 +02:00
core Add 3GX plugin loader (#6172) 2022-12-11 10:08:58 +02:00
dedicated_room remove dedicated_room dependence on core 2022-06-11 10:21:18 +02:00
input_common Add per game configuration options (#6187) 2022-12-08 13:27:25 +02:00
network Upgrade codebase to C++ 20 + fix warnings + update submodules (#6115) 2022-09-21 18:36:12 +02:00
tests Add 3GX plugin loader (#6172) 2022-12-11 10:08:58 +02:00
video_core Add per game configuration options (#6187) 2022-12-08 13:27:25 +02:00
web_service externals: Upgrade httplib (#6147) 2022-10-06 03:01:37 +02:00
.clang-format clang format: add objective c++ formatting 2022-01-10 13:52:39 +01:00
CMakeLists.txt src/CMakeLists: Enforce multiple warnings on MSVC (#5692) 2022-11-09 23:14:28 +01:00