1
0
Fork 0
forked from eden-emu/eden

[video_core] Improve DMA logic and add an option to sync memory operations (#276)

This improves DMA logic and add an option to sync memory operations.

Thanks to Higgs for the new DMA logic.

Co-authored-by: PavelBARABANOV <pavelbarabanov94@gmail.com>
Co-authored-by: crueter <crueter@eden-emu.dev>
Reviewed-on: eden-emu/eden#276
Reviewed-by: crueter <crueter@eden-emu.dev>
Co-authored-by: MaranBr <maranbr@outlook.com>
Co-committed-by: MaranBr <maranbr@outlook.com>
This commit is contained in:
MaranBr 2025-08-20 00:21:25 +02:00 committed by crueter
parent bf7f3e25fc
commit 7bfa2404a6
Signed by untrusted user: crueter
GPG key ID: 425ACD2D4830EBC6
31 changed files with 114 additions and 33 deletions

View file

@ -466,7 +466,7 @@ struct Values {
true,
true};
#endif
SwitchableSetting<bool> sync_memory_operations{linkage, false, "sync_memory_operations", Category::RendererAdvanced, true, true};
SwitchableSetting<bool> async_presentation{linkage,
#ifdef ANDROID
true,