diff --git a/OTRExporter/assets/textures/parameter_static/gDPad.ia16.png b/OTRExporter/assets/textures/parameter_static/gDPad.ia16.png index 1b3f893df..fc818e0d1 100644 Binary files a/OTRExporter/assets/textures/parameter_static/gDPad.ia16.png and b/OTRExporter/assets/textures/parameter_static/gDPad.ia16.png differ diff --git a/OTRExporter/assets/textures/title_static/gFileSelMQButtonTex.ia16.png b/OTRExporter/assets/textures/title_static/gFileSelMQButtonTex.ia16.png index fd874bb46..076b9365f 100644 Binary files a/OTRExporter/assets/textures/title_static/gFileSelMQButtonTex.ia16.png and b/OTRExporter/assets/textures/title_static/gFileSelMQButtonTex.ia16.png differ diff --git a/OTRExporter/assets/textures/title_static/gFileSelRANDButtonTex.ia16.png b/OTRExporter/assets/textures/title_static/gFileSelRANDButtonTex.ia16.png index 1263a4012..f43114e81 100644 Binary files a/OTRExporter/assets/textures/title_static/gFileSelRANDButtonTex.ia16.png and b/OTRExporter/assets/textures/title_static/gFileSelRANDButtonTex.ia16.png differ diff --git a/ZAPDTR/ZAPD/Globals.cpp b/ZAPDTR/ZAPD/Globals.cpp index 5fbc42055..c02c8df4b 100644 --- a/ZAPDTR/ZAPD/Globals.cpp +++ b/ZAPDTR/ZAPD/Globals.cpp @@ -136,7 +136,7 @@ void Globals::BuildAssetTexture(const fs::path& pngFilePath, TextureType texType std::string src = tex.GetBodySourceCode(); - File::WriteAllText(outPath.string(), src); + File::WriteAllBytes(outPath.string(), src.c_str(), src.size()); } std::map& Globals::GetExporterMap()