mirror of
https://github.com/captain-amygdala/pistorm.git
synced 2026-01-28 20:41:08 +00:00
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:
Binary file not shown.
Binary file not shown.
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user