citra/src/core/hle/service/gsp
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
..
gsp.cpp Minor tidying up 2020-02-13 17:41:27 +08:00
gsp.h Minor tidying up 2020-02-13 17:41:27 +08:00
gsp_gpu.cpp Add 3GX plugin loader (#6172) 2022-12-11 10:08:58 +02:00
gsp_gpu.h gsp_gpu: Resolve sign conversion warnings 2020-06-05 21:09:20 -04:00
gsp_lcd.cpp Serialize GSP service 2020-02-13 17:41:21 +08:00
gsp_lcd.h Fixed serialization runtime exceptions 2020-02-13 17:42:08 +08:00