Rename LCD to GPU.
This commit is contained in:
parent
87e98ff97b
commit
1dfa392824
11 changed files with 41 additions and 41 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue