General: Add settings for fastmem and disabling adress space check.
This commit is contained in:
parent
c4609c92ee
commit
5ba28325b2
12 changed files with 83 additions and 6 deletions
|
@ -150,6 +150,10 @@ cpuopt_misc_ir =
|
|||
# 0: Disabled, 1 (default): Enabled
|
||||
cpuopt_reduce_misalign_checks =
|
||||
|
||||
# Enable Host MMU Emulation (faster guest memory access)
|
||||
# 0: Disabled, 1 (default): Enabled
|
||||
cpuopt_fastmem =
|
||||
|
||||
[Renderer]
|
||||
# Which backend API to use.
|
||||
# 0 (default): OpenGL, 1: Vulkan
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue