mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-12 18:51:15 +00:00
change defaults
This commit is contained in:
parent
cc897bb0fa
commit
0ff088959e
@ -14,7 +14,7 @@ void loadPluginCB(paf::Plugin *plugin){
|
||||
paf::ui::Scene *pScene = plugin->PageOpen("page_main", pageOpenParam);
|
||||
g_rootPage = pScene;
|
||||
|
||||
paf::ui::Widget *pText = pScene->FindChild("test_strings_id");
|
||||
paf::ui::Widget *pText = (paf::ui::Text*)pScene->FindChild("test_strings_id");
|
||||
pText->SetString(L"Test Text");
|
||||
}
|
||||
|
||||
|
||||
@ -7,11 +7,11 @@ void VITA_SetupDefaultConfigOverrides(dictionary* p_dictionary)
|
||||
{
|
||||
SDL_Log("Overriding default config for VITA");
|
||||
|
||||
iniparser_set(p_dictionary, "isle:diskpath", "app0:");
|
||||
iniparser_set(p_dictionary, "isle:cdpath", "app0:cd/");
|
||||
iniparser_set(p_dictionary, "isle:diskpath", "ux0:isledecompile/isle/disk");
|
||||
iniparser_set(p_dictionary, "isle:cdpath", "ux0:isledecompile/isle/cd");
|
||||
iniparser_set(p_dictionary, "isle:UseJoystick", "true");
|
||||
iniparser_set(p_dictionary, "isle:Draw Cursor", "true");
|
||||
|
||||
// Use e_noAnimation/cut transition
|
||||
//iniparser_set(p_dictionary, "isle:Transition Type", "1");
|
||||
iniparser_set(p_dictionary, "isle:Transition Type", "1");
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user