mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-07 15:39:59 +01:00
Rebranded log file to azahar_log
This commit is contained in:
parent
1c0b14fda4
commit
97207ec574
@ -245,8 +245,8 @@ class HomeSettingsFragment : Fragment() {
|
|||||||
requireContext(),
|
requireContext(),
|
||||||
PermissionsHandler.citraDirectory
|
PermissionsHandler.citraDirectory
|
||||||
)?.findFile("log")
|
)?.findFile("log")
|
||||||
val currentLog = logDirectory?.findFile("citra_log.txt")
|
val currentLog = logDirectory?.findFile("azahar_log.txt")
|
||||||
val oldLog = logDirectory?.findFile("citra_log.old.txt")
|
val oldLog = logDirectory?.findFile("azahar_log.old.txt")
|
||||||
|
|
||||||
val intent = Intent().apply {
|
val intent = Intent().apply {
|
||||||
action = Intent.ACTION_SEND
|
action = Intent.ACTION_SEND
|
||||||
|
|||||||
@ -17,7 +17,7 @@ import java.util.concurrent.ConcurrentHashMap
|
|||||||
* A cached document tree for Citra user directory.
|
* A cached document tree for Citra user directory.
|
||||||
* For every filepath which is not startsWith "content://" will need to use this class to traverse.
|
* For every filepath which is not startsWith "content://" will need to use this class to traverse.
|
||||||
* For example:
|
* For example:
|
||||||
* C++ Citra log file directory will be /log/citra_log.txt.
|
* C++ Citra log file directory will be /log/azahar_log.txt.
|
||||||
* After DocumentsTree.resolvePath() it will become content URI.
|
* After DocumentsTree.resolvePath() it will become content URI.
|
||||||
*/
|
*/
|
||||||
class DocumentsTree {
|
class DocumentsTree {
|
||||||
|
|||||||
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
// Filenames
|
// Filenames
|
||||||
// Files in the directory returned by GetUserPath(UserPath::LogDir)
|
// Files in the directory returned by GetUserPath(UserPath::LogDir)
|
||||||
#define LOG_FILE "citra_log.txt"
|
#define LOG_FILE "azahar_log.txt"
|
||||||
|
|
||||||
// Files in the directory returned by GetUserPath(UserPath::ConfigDir)
|
// Files in the directory returned by GetUserPath(UserPath::ConfigDir)
|
||||||
#define EMU_CONFIG "emu.ini"
|
#define EMU_CONFIG "emu.ini"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user