mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 14:58:22 -04:00
exosphere: support enabling usermode pmu regs (closes #703)
This commit is contained in:
parent
ea49c2ccd1
commit
7e6ff1f327
9 changed files with 46 additions and 10 deletions
|
@ -12,6 +12,8 @@ debugmode_user = 0
|
|||
; Note: Disabling usermode exception handlers will cause atmosphere to not fail gracefully under error conditions.
|
||||
; Support will not be provided to users who disable these. If you do not know what you are doing, leave them on.
|
||||
disable_user_exception_handlers = 0
|
||||
; Note: It's currently unknown what effects enabling the usermode PMU register access may have on official code.
|
||||
enable_user_pmu_access = 0
|
||||
|
||||
[stratosphere]
|
||||
; To force-enable nogc, add nogc = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue