From d191b256a6a1ce457e8bc33826fe4142e5d3de3f Mon Sep 17 00:00:00 2001 From: emmauss Date: Thu, 31 Jan 2019 14:35:01 +0000 Subject: [PATCH] Disable file log by default --- Ryujinx/Ryujinx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ryujinx/Ryujinx.conf b/Ryujinx/Ryujinx.conf index 6edcb8e67..604b14ed6 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