HLE: Rename namespaces to match move & fix initialization order

This commit is contained in:
Yuri Kunde Schlesner
2014-12-14 05:55:11 -02:00
parent c72ccfa6db
commit ca67bb7945
10 changed files with 43 additions and 49 deletions

View File

@ -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