Thread Closed 
 
Thread Rating:
  • 6 Votes - 4.83 Average
  • 1
  • 2
  • 3
  • 4
  • 5
So I just wrote an atrac3+ frame decode library (2013-06-03)
07-10-2013, 11:22 AM
Post: #266
RE: So I just wrote an atrac3+ frame decode library (2013-06-03)
I got it working at last. Turns out PPSSPP couldn't find the library. I had to change Core/HW/atrac3plus.cpp, function GetInstalledFilename:
return "libat3plusdecoder.so";
to
return "./libat3plusdecoder.so";

I wonder how did it work for the other linux users.
Find all posts by this user
Thread Closed 


Messages In This Thread
RE: So I just wrote an atrac3+ frame decode library (2013-06-03) - nehneh - 07-10-2013 11:22 AM

Forum Jump: