mirror of
https://github.com/Maschell/GX2_GUI_Template.git
synced 2024-11-22 07:59:21 +01:00
Not needed for embedded data
Not needed for embedded data, accidentally left in when doing unembedded data tests
This commit is contained in:
parent
e220d86a70
commit
e6dc8032c9
@ -46,9 +46,6 @@ Application::Application()
|
||||
controller[3] = new WPadController(GuiTrigger::CHANNEL_4);
|
||||
controller[4] = new WPadController(GuiTrigger::CHANNEL_5);
|
||||
|
||||
//! load resources
|
||||
Resources::LoadFiles("fs:/vol/content");
|
||||
|
||||
//! create bgMusic
|
||||
bgMusic = new GuiSound(Resources::GetFile("bgMusic.ogg"), Resources::GetFileSize("bgMusic.ogg"));
|
||||
bgMusic->SetLoop(true);
|
||||
|
Loading…
Reference in New Issue
Block a user