diff --git a/Minecraft.Client/Common/Audio/SoundEngine.cpp b/Minecraft.Client/Common/Audio/SoundEngine.cpp index 24be1f3c..dc813f6e 100644 --- a/Minecraft.Client/Common/Audio/SoundEngine.cpp +++ b/Minecraft.Client/Common/Audio/SoundEngine.cpp @@ -65,7 +65,7 @@ char SoundEngine::m_szSoundPath[]={"Sound\\"}; char SoundEngine::m_szMusicPath[]={"music\\"}; char SoundEngine::m_szRedistName[]={"redist64"}; #elif defined __ORBIS__ -char SoundEngine::m_szSoundPath[]={"PS4/Sound/"}; +char SoundEngine::m_szSoundPath[]={"Orbis/Sound/"}; char SoundEngine::m_szMusicPath[]={"music/"}; char SoundEngine::m_szRedistName[]={"redist64"}; #elif defined __PSVITA__ diff --git a/Minecraft.Client/Common/Postbuilds/Orbis-postbuild.ps1 b/Minecraft.Client/Common/Postbuilds/Orbis-postbuild.ps1 index 867a4268..2d256985 100644 --- a/Minecraft.Client/Common/Postbuilds/Orbis-postbuild.ps1 +++ b/Minecraft.Client/Common/Postbuilds/Orbis-postbuild.ps1 @@ -24,7 +24,7 @@ $folderCopies = @( @{ Source = "Common\Media"; Dest = "PS4_GAME\Common\Media" }, @{ Source = "Common\res"; Dest = "PS4_GAME\Common\res" }, @{ Source = "PSVita\Tutorial"; Dest = "PS4_GAME\Common\Tutorial" }, - @{ Source = "PS3\Sound"; Dest = "PS4_GAME\Sound" }, + @{ Source = "Orbis\Sound"; Dest = "PS4_GAME\Orbis\Sound" }, @{ Source = "Common\Postbuilds\Contents\Orbis\sce_module"; Dest = "PS4_GAME\sce_module" }, @{ Source = "Common\Postbuilds\Contents\Orbis\sce_gls"; Dest = "PS4_GAME\sce_gls" }, @{ Source = "Common\Postbuilds\Contents\Orbis\sce_sys"; Dest = "PS4_GAME\sce_sys" } diff --git a/Minecraft.Client/Orbis/Sound/Minecraft.msscmp b/Minecraft.Client/Orbis/Sound/Minecraft.msscmp new file mode 100644 index 00000000..13983f6d Binary files /dev/null and b/Minecraft.Client/Orbis/Sound/Minecraft.msscmp differ