Rename LCD to GPU.

This commit is contained in:
Tony Wasserka 2014-05-17 22:50:33 +02:00 committed by bunnei
parent 87e98ff97b
commit 1dfa392824
11 changed files with 41 additions and 41 deletions

View file

@ -42,8 +42,8 @@ set(SRCS core.cpp
hle/service/hid.cpp
hle/service/service.cpp
hle/service/srv.cpp
hw/gpu.cpp
hw/hw.cpp
hw/lcd.cpp
hw/ndma.cpp)
set(HEADERS core.h
@ -88,8 +88,8 @@ set(HEADERS core.h
hle/service/hid.h
hle/service/service.h
hle/service/srv.h
hw/gpu.h
hw/hw.h
hw/lcd.h
hw/ndma.h)
add_library(core STATIC ${SRCS} ${HEADERS})