Fix interact binaries

PiStorm binary locked up the system on NTSC due to moving the window out
of the bounds of the screen. Now starts at a more sensible position.

PiSimple binary just needed recompiling. For some reason it wasn't
detecting the board.
This commit is contained in:
Andrew Hutchings
2021-05-17 07:59:32 +01:00
parent 0b7c7ca6dc
commit e9667becfa
3 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
extern unsigned int pistorm_base_addr;
struct ReqToolsBase *ReqToolsBase;
#define VERSION "v0.3.1"
#define VERSION "v0.3.2"
#define button1w 54
#define button1h 11
@@ -409,7 +409,7 @@ struct Gadget QuitButton =
struct NewWindow winlayout =
{
20, 20,
0, 0,
512, 200,
-1, -1,
CLOSEWINDOW | GADGETUP | GADGETDOWN,