diff options
| author | 2014-04-17 23:48:23 -0400 | |
|---|---|---|
| committer | 2014-04-17 23:48:23 -0400 | |
| commit | 70c2cce963264678b5ba5b6aa17c2653bf459e61 (patch) | |
| tree | 0d3335e7dda2431260384a802c93dfda2d1ffc87 /src/core/hle | |
| parent | added NDMA hardware interface (diff) | |
| download | yuzu-70c2cce963264678b5ba5b6aa17c2653bf459e61.tar.gz yuzu-70c2cce963264678b5ba5b6aa17c2653bf459e61.tar.xz yuzu-70c2cce963264678b5ba5b6aa17c2653bf459e61.zip | |
renamed hw_lcd module to just lcd
Diffstat (limited to 'src/core/hle')
| -rw-r--r-- | src/core/hle/syscall.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/syscall.cpp b/src/core/hle/syscall.cpp index 0cb563955..e5533a741 100644 --- a/src/core/hle/syscall.cpp +++ b/src/core/hle/syscall.cpp | |||
| @@ -6,8 +6,6 @@ | |||
| 6 | 6 | ||
| 7 | #include "core/mem_map.h" | 7 | #include "core/mem_map.h" |
| 8 | 8 | ||
| 9 | #include "core/hw/hw_lcd.h" | ||
| 10 | |||
| 11 | #include "core/hle/function_wrappers.h" | 9 | #include "core/hle/function_wrappers.h" |
| 12 | #include "core/hle/syscall.h" | 10 | #include "core/hle/syscall.h" |
| 13 | #include "core/hle/service/service.h" | 11 | #include "core/hle/service/service.h" |