forked from Mirror/Ryujinx
Disable file log by default
This commit is contained in:
parent
e10ff17e2d
commit
d191b256a6
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ Logging_Enable_Error = true
|
||||||
Logging_Filtered_Classes =
|
Logging_Filtered_Classes =
|
||||||
|
|
||||||
#Enable file logging
|
#Enable file logging
|
||||||
Enable_File_Log = true
|
Enable_File_Log = false
|
||||||
|
|
||||||
#System Language list: https://gist.github.com/HorrorTroll/b6e4a88d774c3c9b3bdf54d79a7ca43b
|
#System Language list: https://gist.github.com/HorrorTroll/b6e4a88d774c3c9b3bdf54d79a7ca43b
|
||||||
#Change System Language
|
#Change System Language
|
||||||
|
@ -104,4 +104,4 @@ Controls_Right_JoyConController_Button_R = RShoulder
|
||||||
Controls_Right_JoyConController_Button_ZR = RTrigger
|
Controls_Right_JoyConController_Button_ZR = RTrigger
|
||||||
|
|
||||||
Controls_Left_JoyConController_Stick = LJoystick
|
Controls_Left_JoyConController_Stick = LJoystick
|
||||||
Controls_Right_JoyConController_Stick = RJoystick
|
Controls_Right_JoyConController_Stick = RJoystick
|
||||||
|
|
Loading…
Reference in a new issue