diff options
Diffstat (limited to 'src/core/hw')
-rw-r--r-- | src/core/hw/hw.cpp | 2 | ||||
-rw-r--r-- | src/core/hw/lcd.cpp (renamed from src/core/hw/hw_lcd.cpp) | 2 | ||||
-rw-r--r-- | src/core/hw/lcd.h (renamed from src/core/hw/hw_lcd.h) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hw/hw.cpp b/src/core/hw/hw.cpp index 1f240f09c..16bd70125 100644 --- a/src/core/hw/hw.cpp +++ b/src/core/hw/hw.cpp @@ -6,7 +6,7 @@ #include "common/log.h" #include "core/hw/hw.h" -#include "core/hw/hw_lcd.h" +#include "core/hw/lcd.h" #include "core/hw/ndma.h" namespace HW { diff --git a/src/core/hw/hw_lcd.cpp b/src/core/hw/lcd.cpp index 9fb485bac..3013673f8 100644 --- a/src/core/hw/hw_lcd.cpp +++ b/src/core/hw/lcd.cpp @@ -6,7 +6,7 @@ #include "common/log.h" #include "core/core.h" -#include "core/hw/hw_lcd.h" +#include "core/hw/lcd.h" #include "video_core/video_core.h" diff --git a/src/core/hw/hw_lcd.h b/src/core/hw/lcd.h index 386ed6004..386ed6004 100644 --- a/src/core/hw/hw_lcd.h +++ b/src/core/hw/lcd.h |