Renamed dedicated_room to citra_room

This commit is contained in:
OpenSauce04 2024-11-09 15:23:49 +00:00
parent f34d1b1ea8
commit 3aaa254f9d
5 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ if (ENABLE_QT)
endif() endif()
if (ENABLE_DEDICATED_ROOM) if (ENABLE_DEDICATED_ROOM)
add_subdirectory(dedicated_room) add_subdirectory(citra_room)
endif() endif()
if (ANDROID) if (ANDROID)