Code Monkey home page Code Monkey logo

qmamehook's People

Contributors

seonggino avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

qmamehook's Issues

QMamehook on Raspberry pi 4 (Buster)

Thanks a lot for this! I'm trying to setup it for a Raspberry pi 4 running Buster (32 bits) but compilation failed...

I've followed the install steps (by the way, the command 'mkdir build && mkdir build' should be 'mkdir build && cd build' in the Readme), but when compiling I get the following output:

pi@retropie:~/QMamehook $ make
[ 20%] Automatic MOC and UIC for target QMamehook
[ 20%] Built target QMamehook_autogen
Scanning dependencies of target QMamehook
[ 40%] Building CXX object CMakeFiles/QMamehook.dir/qhookermain.cpp.o
/home/pi/QMamehook/qhookermain.cpp: In member function ‘bool qhookerMain::GameSearching(QString)’:
/home/pi/QMamehook/qhookermain.cpp:132:40: error: ‘SkipEmptyParts’ is not a member of ‘Qt’
buffer = input.split('\r', Qt::SkipEmptyParts);
/home/pi/QMamehook/qhookermain.cpp: In member function ‘bool qhookerMain::GameStarted(QString)’:
/home/pi/QMamehook/qhookermain.cpp:214:40: error: ‘SkipEmptyParts’ is not a member of ‘Qt’
buffer = input.split('\r', Qt::SkipEmptyParts);
/home/pi/QMamehook/qhookermain.cpp:258:113: error: ‘SkipEmptyParts’ is not a member of ‘Qt’
QStringList action = settingsMap[func].mid(settingsMap[func].indexOf('|')+1).split(',', Qt::SkipEmptyParts);
/home/pi/QMamehook/qhookermain.cpp:276:75: error: ‘SkipEmptyParts’ is not a member of ‘Qt’
QStringList action = settingsMap[func].split(',', Qt::SkipEmptyParts);
/home/pi/QMamehook/qhookermain.cpp:300:112: error: ‘SkipEmptyParts’ is not a member of ‘Qt’
QStringList action = settingsMap[func].left(settingsMap[func].indexOf('|')).split(',', Qt::SkipEmptyParts);
/home/pi/QMamehook/qhookermain.cpp:319:75: error: ‘SkipEmptyParts’ is not a member of ‘Qt’
QStringList action = settingsMap[func].split(',', Qt::SkipEmptyParts);
make[2]: *** [CMakeFiles/QMamehook.dir/build.make:89: CMakeFiles/QMamehook.dir/qhookermain.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:77: CMakeFiles/QMamehook.dir/all] Error 2
make: *** [Makefile:130: all] Error 2

I've already installed QT5 with:

apt-get install qt5-default
apt-get install qtcreator
apt-get install libqt5serialport5
apt-get install ligqt5serialport5-dev

The installed version is as follows:

pi@retropie:~/QMamehook $ qmake --version
QMake version 3.1
Using Qt version 5.11.3 in /usr/lib/arm-linux-gnueabihf

Add Blamcon Serial

Could you add a filter search for 13939 which is the serial for Blamcon please? This also natively supports q(mamehooker) as well.

The test does not work

The MAMEHOOK ini file is used. The test was successful once, and then it didn't work. I don't know what was wrong.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.