bookmist
bookmist
I try to make universal macro, which can be used to log function parameters with tracy. Now this PR is only a demo, with one module as example.
Improvements * lang: a bit more verbose error on wrong lang xml Bugfixes * kernel/sync_primitives: fix theoretically possible AV * modules/SceAudio: a bit more correct sceAudioOutSetConfig * fix wrong objects...
In addition to @nishinji PR, let's add GPU name into github issue template too. IDK why, but github clang-format go crazy on brackets around (version_raw)
Ready for review. Migration to SDL3 - A lot of renaming, some changes in imgui_impl_sdl - Total rewriting of audio and sdl_audio - Rewriting of motion module because SDL_GameControllerGetSensorDataWithTimestamp was...
Fixes crashes when GUI attempts to destroy textures still in use during the current frame. For example, crash on press "Update" on Live Area
This PR implement camera in Vita3k Camera can be actual web camera, static image or solid color. It can be configured in settings. It's a draft PR now, and I...