Replace g_kernel with Core::Global etc.
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
#include "video_core/pica_state.h"
|
||||
#include "video_core/renderer_base.h"
|
||||
#include "video_core/video_core.h"
|
||||
#include "core/global.h"
|
||||
|
||||
namespace Core {
|
||||
template <>
|
||||
Pica::State& Global() { return Pica::g_state; }
|
||||
}
|
||||
|
||||
namespace Pica {
|
||||
|
||||
|
Reference in New Issue
Block a user