diff --git a/DMI/CMakeLists.txt b/DMI/CMakeLists.txt index ebc9777..57facfa 100644 --- a/DMI/CMakeLists.txt +++ b/DMI/CMakeLists.txt @@ -122,5 +122,5 @@ if(NOT ANDROID AND NOT WASM) endif() endif() install(DIRECTORY ../locales/dmi DESTINATION ${ETCS_ASSET_DIR}/locales) - install(FILES stm_alstom.json stm_bombardier.json stm_hitachi.json stm_siemens.json stm_windows.json DESTINATION ${ETCS_ASSET_DIR}) + install(FILES stm_alstom.json stm_bombardier.json stm_hitachi.json stm_siemens.json stm_windows.json DMI.bmp DESTINATION ${ETCS_ASSET_DIR}) endif() \ No newline at end of file diff --git a/DMI/DMI.bmp b/DMI/DMI.bmp new file mode 100644 index 0000000..826dc5b Binary files /dev/null and b/DMI/DMI.bmp differ diff --git a/platform/sdl_platform.cpp b/platform/sdl_platform.cpp index 762203a..6d86384 100644 --- a/platform/sdl_platform.cpp +++ b/platform/sdl_platform.cpp @@ -102,6 +102,15 @@ SdlPlatform::SdlPlatform(float virtual_w, float virtual_h, const std::vector