mGBA has reports of sound issues and degraded performance since 0.7.0:
So I tried compiling the RetroArch core for 0.6.3 and surprise: it fixed the sound problems I had with Megaman Battle Network, so I’m quite happy with it.
As far as I can tell, the changes introduced in 0.7.0 were supposed to improve the accuracy on some Pokemon sounds so YMMV by downgrading to 0.6.3 depending on what games are you playing.
this did not work for me, when I run make, I do not get any resulting .so file, the only thing that is close is the correct named file but it has a weird longer extension and changing that to a .so and running it on the gameshell does not do anything
edit: I’m not aware of any other way to get the 0.6.3 version of the mgba .so - any help with this method is appreciated
the problem when I try to run this on my gameshell is I get this when calling cmake:
“-bash: cmake: command not found”
And when I installed CMake on my pc and went through the commands, I didn’t get a resulting .so file.
Am I supposed to be able to use the cmake command on the gameshell by default?
I’m running the 0.21 version of the OS.
[ 80%] Building CXX object qt/CMakeFiles/mgba-qt.dir/main.cpp.o
In file included from /home/cpi/mgba/src/platform/qt/main.cpp:12:0:
/home/cpi/mgba/src/platform/qt/Window.h: In member function ‘void QGBA::Window::updateMultiplayerStatus(bool)’:
/home/cpi/mgba/src/platform/qt/Window.h:52:67: error: invalid use of incomplete type ‘class QAction’
void updateMultiplayerStatus(bool canOpenAnother) { m_multiWindow->setEnabled(canOpenAnother); }
^~
In file included from /home/cpi/mgba/src/platform/qt/main.cpp:10:0:
/home/cpi/mgba/src/platform/qt/ConfigController.h:22:7: note: forward declaration of ‘class QAction’
class QAction;
^~~~~~~
qt/CMakeFiles/mgba-qt.dir/build.make:153: recipe for target 'qt/CMakeFiles/mgba-qt.dir/main.cpp.o' failed
make[2]: *** [qt/CMakeFiles/mgba-qt.dir/main.cpp.o] Error 1
CMakeFiles/Makefile2:253: recipe for target 'qt/CMakeFiles/mgba-qt.dir/all' failed
make[1]: *** [qt/CMakeFiles/mgba-qt.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2