| Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
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+
|
|
|
|
Same behavior, but without the need to explicitly loop through
everything manually.
|
|
Simplifies the overall function and also allows for it to become a
const-qualified member function.
|
|
bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear()
|
|
NullBackend::SetPassphrase()
Aligns the '=' to be consistent with the rest of the logs within this
source file.
|
|
A formatting specifier within Clear wasn't being used, which will cause
fmt to throw an exception. This fixes that.
|
|
We can just use the kernel member variable directly instead of going
through the system to obtain the same thing.
|
|
|
|
|
|
trivial change,
see https://switchbrew.org/wiki/Audio_services#IHardwareOpusDecoder
|
|
reflect RE.
|
|
|
|
hle: services: Fix prepo IPC, and add better error checking.
|
|
|
|
- This was holdover from citra.
|
|
|
|
|
|
|
|
|