mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 16:28:31 -05:00
fixed project includes to use new directory structure
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
#include <e32std.h>
|
||||
#endif
|
||||
|
||||
#include "common.h"
|
||||
#include "common/common.h"
|
||||
|
||||
// This class lets you create a block of anonymous RAM, and then arbitrarily map views into it.
|
||||
// Multiple views can mirror the same section of the block, which makes it very convient for emulating
|
||||
|
Reference in New Issue
Block a user