rename PDBackendFlags to PDGfxBackendFlags

This commit is contained in:
2026-04-03 12:52:30 +02:00
parent a776addf11
commit 8215baac99
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ void GfxCitro3D::SysInit() {
if (impl) return;
PDLOG("GfxCitro3D::SysInit();");
impl = new Impl();
Flags |= PDBackendFlags_FlipUV_Y;
Flags |= PDGfxBackendFlags_FlipUV_Y;
impl->pShaderRaw = Pica::AssembleCode(LIShaderCTR);
impl->pCode = DVLB_ParseFile((uint32_t*)impl->pShaderRaw.data(),
impl->pShaderRaw.size());