mirror of
https://github.com/citra-emu/citra.git
synced 2024-12-18 21:00:16 +00:00
kernel: fixed include, in general include "common.h" not "common_types.h"
This commit is contained in:
parent
9bf7ce535a
commit
1c5802c35a
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "common/common_types.h"
|
#include "common/common.h"
|
||||||
|
|
||||||
typedef u32 Handle;
|
typedef u32 Handle;
|
||||||
typedef s32 Result;
|
typedef s32 Result;
|
||||||
|
Loading…
Reference in New Issue
Block a user