summaryrefslogtreecommitdiff
path: root/qpsxserial.h
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-07-27 07:36:06 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2017-07-27 07:36:06 +0200
commit36b9059c6c5777560fd4567d24e7bbb3b012bfbe (patch)
treee334351da9d8e2843cdf69e789c43870e85ff069 /qpsxserial.h
parent011e7b092a9d17f534ca2963dc25a25a1f145fe5 (diff)
downloadqpsxserial-36b9059c6c5777560fd4567d24e7bbb3b012bfbe.tar.gz
* Stdout console implemented. Test pending.
* Console now prints a formatted string starting with "#" and ending with "@" to indicate a CD-ROM filepath.
Diffstat (limited to 'qpsxserial.h')
-rw-r--r--qpsxserial.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/qpsxserial.h b/qpsxserial.h
index 4349f5b..13d098e 100644
--- a/qpsxserial.h
+++ b/qpsxserial.h
@@ -9,7 +9,7 @@
#include <QThread>
#include <QTime>
#include <QWinTaskbarButton>
-#include "ui_stdout_dialog.h"
+#include "ui_stdout.h"
namespace Ui {
class QPSXSerial;
@@ -52,6 +52,9 @@ private slots:
void connectToPSXTimeout(void);
void onPacketLost(void);
void onStdOutButtonReleased(void);
+
+signals:
+ void debug_frame_received(QString);
};
#endif // QPSXSERIAL_H