mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 23:08:05 -05:00
Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions.
This commit is contained in:
@ -43,7 +43,7 @@ enum {
|
||||
NUM_PATH_INDICES
|
||||
};
|
||||
|
||||
namespace File
|
||||
namespace FileUtil
|
||||
{
|
||||
|
||||
// FileSystem tree node/
|
||||
|
Reference in New Issue
Block a user