mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-14 00:32:40 +00: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