sys: Added logging for which romfs is being used

This commit is contained in:
WerWolv
2022-12-05 09:31:16 +01:00
parent 13a61f5249
commit 6e0b92a4de
4 changed files with 7 additions and 1 deletions

View File

@@ -89,6 +89,7 @@ namespace hex::init {
}
bool WindowSplash::loop() {
hex::log::debug("Using romfs: '{}'", romfs::name());
auto splash = romfs::get("splash.png");
ImGui::Texture splashTexture = ImGui::Texture(reinterpret_cast<const ImU8 *>(splash.data()), splash.size());