citra-nightly/src/common/logging
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
..
backend.cpp Add 3GX plugin loader (#6172) 2022-12-11 10:08:58 +02:00
backend.h common/logging: Create a new backed for android's logcat 2021-10-02 16:38:18 +05:30
filter.cpp Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
filter.h common/logging: Create a new backed for android's logcat 2021-10-02 16:38:18 +05:30
formatter.h Upgrade codebase to C++ 20 + fix warnings + update submodules (#6115) 2022-09-21 18:36:12 +02:00
log.h Add 3GX plugin loader (#6172) 2022-12-11 10:08:58 +02:00
text_formatter.cpp common/logging: Create a new backed for android's logcat 2021-10-02 16:38:18 +05:30
text_formatter.h common/logging: Create a new backed for android's logcat 2021-10-02 16:38:18 +05:30