mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 01:57:55 -05:00
fixed project includes to use new directory structure
This commit is contained in:
@ -2,9 +2,11 @@
|
||||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "log.h"
|
||||
#include "hw/hw.h"
|
||||
#include "hw/hw_lcd.h"
|
||||
#include "common/common_types.h"
|
||||
#include "common/log.h"
|
||||
|
||||
#include "core/hw/hw.h"
|
||||
#include "core/hw/hw_lcd.h"
|
||||
|
||||
namespace HW {
|
||||
|
||||
|
Reference in New Issue
Block a user