mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 22:27:57 -05:00
HLE: Rename namespaces to match move & fix initialization order
This commit is contained in:
@ -15,10 +15,8 @@
|
||||
#include "core/hle/kernel/session.h"
|
||||
#include "core/hle/result.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Kernel namespace
|
||||
|
||||
namespace Kernel {
|
||||
namespace Service {
|
||||
namespace FS {
|
||||
|
||||
// Command to access archive file
|
||||
enum class FileCommand : u32 {
|
||||
@ -423,4 +421,5 @@ void ArchiveShutdown() {
|
||||
g_archive_map.clear();
|
||||
}
|
||||
|
||||
} // namespace Kernel
|
||||
} // namespace FS
|
||||
} // namespace Service
|
||||
|
Reference in New Issue
Block a user