summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* QApplication::processEvents() would not work under Linux if ACK bytes are to ↵HEADmasterXavier ASUS2018-11-306-177/+178
| | | | be received from the target device. This has been changed by a call to a blocking function which ensures input data has been received.
* + Added missing qpsxserial.ui.XaviDCR922018-06-121-0/+138
|
* + Added project file.XaviDCR922018-06-125-26/+61
| | | | * Minor changes.
* * Added CLI support for QPSXSerial. Use "--help" information when executing ↵XaviDCR922017-08-056-113/+486
| | | | QPSXSerial for further reference.
* * Updated binaries.XaviDCR922017-07-271-0/+0
|
* * Stdout console implemented. Test pending.XaviDCR922017-07-275-87/+120
| | | | * Console now prints a formatted string starting with "#" and ending with "@" to indicate a CD-ROM filepath.
* * Header data was being sent too quickly to PSX. Some sleep instructions ↵XaviDCR922017-07-244-17/+74
| | | | | | have been placed to avoid this. + Provisional "stdout" dialog, still TODO.
* Merge branch 'master' of https://github.com/XaviDCR92/QPSXSerialXaviDCR922017-07-211-0/+674
|\
| * Initial commitXaviDCR922017-07-201-0/+674
|
* + Added first version of QPSXSerial. Still lot of job to do and room for ↵XaviDCR922017-07-205-0/+523
improvement.