Renamed dedicated_room to citra_room

This commit is contained in:
OpenSauce04
2024-11-10 18:16:50 +00:00
parent f34d1b1ea8
commit 3aaa254f9d
5 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ if (ENABLE_QT)
endif()
if (ENABLE_DEDICATED_ROOM)
add_subdirectory(dedicated_room)
add_subdirectory(citra_room)
endif()
if (ANDROID)