mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-18 06:10:35 +00:00
Rename log file to eden_log
This commit is contained in:
@@ -375,14 +375,14 @@ class HomeSettingsFragment : Fragment() {
|
||||
mainActivity,
|
||||
DocumentsContract.buildDocumentUri(
|
||||
DocumentProvider.AUTHORITY,
|
||||
"${DocumentProvider.ROOT_ID}/log/yuzu_log.txt"
|
||||
"${DocumentProvider.ROOT_ID}/log/eden_log.txt"
|
||||
)
|
||||
)!!
|
||||
val oldLog = DocumentFile.fromSingleUri(
|
||||
mainActivity,
|
||||
DocumentsContract.buildDocumentUri(
|
||||
DocumentProvider.AUTHORITY,
|
||||
"${DocumentProvider.ROOT_ID}/log/yuzu_log.txt.old.txt"
|
||||
"${DocumentProvider.ROOT_ID}/log/eden_log.txt.old.txt"
|
||||
)
|
||||
)!!
|
||||
|
||||
|
||||
@@ -28,4 +28,4 @@
|
||||
|
||||
// yuzu-specific files
|
||||
|
||||
#define LOG_FILE "yuzu_log.txt"
|
||||
#define LOG_FILE "eden_log.txt"
|
||||
|
||||
Reference in New Issue
Block a user