Skip to content

Commit

Permalink
Update dx_init.dta
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed Feb 21, 2024
1 parent 315cae2 commit 65deb50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _ark/dx/ui/dx_init.dta
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
;{modifier_mgr activate_modifier mod_auto_play}

#ifndef HX_EE ; cant read dx.dta on ps2 (yet)
#ifndef HX_WII ; also wii
#define INIT_DTA_READER
(
{set $dxsettings {read_file #ifdef HX_XBOX "GAME:/dx.dta" #endif #ifdef HX_PS3 "GD:/dev_hdd0/game/BLUS30147/USRDIR/dx.dta" #endif}}
Expand Down Expand Up @@ -424,6 +425,7 @@
;{unless {file_exists dx.dta} INIT_DTA_WRITER}
INIT_DTA_READER
#endif
#endif
DX_TEXTURE_CORRECTOR
DX_DO_CUSTOM_TEXTURE_HANDLER

Expand Down

0 comments on commit 65deb50

Please sign in to comment.