mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 16:58:03 -05:00
HLE: Rename namespaces to match move & fix initialization order
This commit is contained in:
@ -10,10 +10,8 @@
|
||||
#include "core/hle/kernel/kernel.h"
|
||||
#include "core/hle/result.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Kernel namespace
|
||||
|
||||
namespace Kernel {
|
||||
namespace Service {
|
||||
namespace FS {
|
||||
|
||||
/**
|
||||
* Opens an archive
|
||||
@ -104,4 +102,5 @@ void ArchiveInit();
|
||||
/// Shutdown archives
|
||||
void ArchiveShutdown();
|
||||
|
||||
} // namespace FileSys
|
||||
} // namespace FS
|
||||
} // namespace Service
|
||||
|
Reference in New Issue
Block a user