forked from eden-emu/eden
fix #2560 and other comments
This commit is contained in:
parent
48825ceb01
commit
7b87571b09
3 changed files with 22 additions and 22 deletions
|
@ -191,7 +191,7 @@ static void SetSpacialDithering(Interface* self) {
|
|||
static void GetSpacialDithering(Interface* self) {
|
||||
IPC::RequestBuilder rb(Kernel::GetCommandBuffer(), 0xA, 2, 0);
|
||||
rb.Push(RESULT_SUCCESS);
|
||||
rb.Push(bool(spacial_dithering_enabled));
|
||||
rb.Push(spacial_dithering_enabled != 0);
|
||||
|
||||
LOG_WARNING(Service_Y2R, "(STUBBED) called");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue