renamed hw_lcd module to just lcd

This commit is contained in:
bunnei 2014-04-17 23:48:23 -04:00
parent c3a4b4bfca
commit 70c2cce963
7 changed files with 11 additions and 13 deletions

View file

@ -2,7 +2,7 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
#include "core/hw/hw_lcd.h"
#include "core/hw/lcd.h"
#include "video_core/video_core.h"
#include "video_core/renderer_opengl/renderer_opengl.h"