diff options
| author | emmauss <emmausssss@gmail.com> | 2019-01-31 14:35:01 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-31 14:35:01 +0000 |
| commit | d191b256a6a1ce457e8bc33826fe4142e5d3de3f (patch) | |
| tree | 87ab9b7e4589a56c2514bb39f5f1c51b3b6f879d | |
| parent | e10ff17e2d87b818d340947367d2d1a4276a0d06 (diff) | |
Disable file log by default
| -rw-r--r-- | Ryujinx/Ryujinx.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx/Ryujinx.conf b/Ryujinx/Ryujinx.conf index 6edcb8e6..604b14ed 100644 --- a/Ryujinx/Ryujinx.conf +++ b/Ryujinx/Ryujinx.conf @@ -23,7 +23,7 @@ Logging_Enable_Error = true Logging_Filtered_Classes = #Enable file logging -Enable_File_Log = true +Enable_File_Log = false #System Language list: https://gist.github.com/HorrorTroll/b6e4a88d774c3c9b3bdf54d79a7ca43b #Change System Language @@ -104,4 +104,4 @@ Controls_Right_JoyConController_Button_R = RShoulder Controls_Right_JoyConController_Button_ZR = RTrigger Controls_Left_JoyConController_Stick = LJoystick -Controls_Right_JoyConController_Stick = RJoystick
\ No newline at end of file +Controls_Right_JoyConController_Stick = RJoystick |
