mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-08 05:18:17 +00:00
Fixed more inconsistencies around win64 macro and iggy
This commit is contained in:
@@ -21,7 +21,7 @@ UIComponent_DebugUIMarketingGuide::UIComponent_DebugUIMarketingGuide(int iPad, v
|
||||
value[0].number = (F64)4;
|
||||
#elif defined __PSVITA__
|
||||
value[0].number = (F64)5;
|
||||
#elif defined _WINDOWS64
|
||||
#elif defined _WINDOWS64 || defined __linux__
|
||||
value[0].number = (F64)0;
|
||||
#endif
|
||||
IggyResult out = IggyPlayerCallMethodRS ( getMovie() , &result, IggyPlayerRootPath( getMovie() ), m_funcSetPlatform , 1 , value );
|
||||
@@ -30,4 +30,4 @@ UIComponent_DebugUIMarketingGuide::UIComponent_DebugUIMarketingGuide(int iPad, v
|
||||
std::wstring UIComponent_DebugUIMarketingGuide::getMoviePath()
|
||||
{
|
||||
return L"DebugUIMarketingGuide";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user