Replace g_kernel with Core::Global etc.
This commit is contained in:
parent
e707685c2a
commit
3e752002c4
15 changed files with 43 additions and 17 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue