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

@ -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 {