| Age | Commit message (Collapse) | Author |
|
|
|
yuzu: Save sound output mode and set it to Stereo by default
|
|
There were cases where raw_data didn't contain enough
space to hold the zero terminator.
This was caught with -fsanitize=address.
|
|
|
|
|
|
|
|
Small corrections and features to microprofile
|
|
|
|
+clang format
|
|
video_core: Remove gl_state and use a state tracker based on dirty flags
|
|
frontend/Graphics: Add "Advanced" graphics tab and experimental Anisotropic Filtering support
|
|
|
|
|
|
|
|
|
|
ARM_Interface: Cache the JITs instead of deleting/recreating.
|
|
|
|
anisotropic filtering levels.
|
|
Port citra-emu/citra#4940: "Split Presentation thread from Render thread"
|
|
* Stub SetLcdBacklighOffEnabled
Used by Super Smash Bros. Ultimate
We require backlight services to be implemented to turn on/off the backlight.
* Address feedback
|
|
|
|
This was a bug inherited from citra which was fixed by then at some
time. This commit corrects such bug and ensures JITs are correctly
recycled.
|
|
InputCommon: analog_from_button get direction implementation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GUI: Add aspect ratio dropdown
|
|
nvhost_gpu: implement ChannelSetTimeslice
|
|
|
|
402: function name should be Initialize2 (7.0.0+) not SetOperationMode
Follow by: https://switchbrew.org/wiki/LDN_services#IUserLocalCommunicationService
|
|
|
|
Set of refactors for Kernel Synchronization and Hardware Constants
|
|
|
|
|
|
|
|
|
|
Available as a drop down within the configure graphics tab.
|
|
update hwopus DecodeInterleaved for FW 7.0.0+
|