mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 05:27:59 -05:00
core: kernel: Move SVC to its own namesapce.
This commit is contained in:
@ -10,8 +10,8 @@ namespace Core {
|
||||
class System;
|
||||
}
|
||||
|
||||
namespace Kernel {
|
||||
namespace Kernel::Svc {
|
||||
|
||||
void CallSVC(Core::System& system, u32 immediate);
|
||||
void Call(Core::System& system, u32 immediate);
|
||||
|
||||
} // namespace Kernel
|
||||
} // namespace Kernel::Svc
|
||||
|
Reference in New Issue
Block a user