mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 01:38:20 -05:00
Kernel: Reverse global accessor removal.
This commit is contained in:
committed by
FernandoS27
parent
3073615dbc
commit
c32520ceb7
@ -82,12 +82,6 @@ public:
|
||||
/// Gets the sole instance of the global scheduler
|
||||
const Kernel::GlobalScheduler& GlobalScheduler() const;
|
||||
|
||||
/// Gets the sole instance of the system
|
||||
Core::System& System();
|
||||
|
||||
/// Gets the sole instance of the system
|
||||
const Core::System& System() const;
|
||||
|
||||
/// Adds a port to the named port table
|
||||
void AddNamedPort(std::string name, SharedPtr<ClientPort> port);
|
||||
|
||||
|
Reference in New Issue
Block a user