diff options
author | RSDuck <rsduck@users.noreply.github.com> | 2020-12-07 18:36:14 +0100 |
---|---|---|
committer | RSDuck <rsduck@users.noreply.github.com> | 2020-12-07 18:36:14 +0100 |
commit | 23b1a231cb5c1a6e2e7584e0742dc3070579f478 (patch) | |
tree | 004d52cb4f89c86dacfef7b32bea818725b70933 /src | |
parent | 77996879a87c06262be4e555ae0aaf703af8e5ce (diff) |
change cmake file as well
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b7a18cd..9f07cea 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -27,7 +27,7 @@ add_library(core STATIC GBACart.cpp GPU.cpp GPU2D.cpp - GPU2DSoft.cpp + GPU2D_Soft.cpp GPU3D.cpp GPU3D_Soft.cpp melonDLDI.h |