diff --git a/OTRExporter/assets/textures/parameter_static/gDPad.ia16.png b/OTRExporter/assets/textures/parameter_static/gDPad.ia16.png index 1b3f893dfb..fc818e0d15 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 fd874bb467..076b9365f2 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 1263a4012e..f43114e819 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 5fbc420558..c02c8df4b3 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()