mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
* Fixed assert on ImGui on IBrowser because ImGui::Begin wasn't followed up by ImGui::End * FileExists got modernized. Using std library instead of Windows native functions now. * RTech::DecompressedSize is actually readable now thanks to steyk. * Same goes for RTech::Decompress * rtech_decompress prints the decompressed file CRC32 now and writes the file all at once. * Fixed ImGui assert on spamming SetupImGui();