光明神話3 ppsspp - 模擬器

Table of Contents

如標題

我想有用ppsspp測試光明神話3的都知道

0.9.5之後的版本

光明神話3一旦進入戰鬥

之後就隨時有可能音樂會消失而且不會再出現直到重開遊戲為止

根據此問題小弟就上github去問

最新得到的回答是這一段:

All the BGM of the dungeons are the same lost when sample>=1914975 in Radiant
Mythology 2,Radiant Mythology 3 is about 1911000,but not test all the
dungeons.So hack it as
if(sample >= 1911000) sample = 0; to avoid BGM lost.

但小弟實在是不會程式語言

所以想問問大家有沒有什麼好辦法?

自問自答,他幫我把修正過的版本編譯好了

有需要的人請自行下載

https://docs.google.com/file/d/0BzGZGDfFE68zMWo5QXRQcFhqTjQ/edit

我目前測的結果是OK 跑好幾個地圖戰鬥後BGM都不會消失
--

All Comments