Commit Graph

88 Commits

Author SHA1 Message Date
Raphael Assenat d2b53baad0 More verbosity in mempak_extract_note 2015-12-06 16:41:03 -05:00
Raphael Assenat 224706b56c gcn64ctl cosmetic fixes 2015-12-06 16:40:50 -05:00
Raphael Assenat 94d61e80aa Fix warning 2015-11-16 23:28:38 -05:00
Raphael Assenat e1ef39d940 Fix dfu-programmer detection under windows 2015-11-16 23:32:42 -05:00
Raphael Assenat 912c174b67 Define for windows 2015-11-16 23:15:53 -05:00
Raphael Assenat c94b7921fb Add compat objs everywhere 2015-11-16 22:21:25 -05:00
Raphael Assenat 30b321dcea strcasestr implementation for mingw 2015-11-16 22:18:46 -05:00
Raphael Assenat 870e414cfc N64 write mempak support 2015-11-09 21:59:52 -05:00
Raphael Assenat ae86ea92e3 Gui work 2015-11-07 01:43:10 -05:00
Raphael Assenat 7e0ed7de50 Add n64 expansion read to lib 2015-11-07 01:35:40 -05:00
Raphael Assenat b49e0e38e4 Improved memory pack detection 2015-11-07 01:35:24 -05:00
Raphael Assenat a67b5fc3c6 Enable/disable buttons depending on controller type
- Pass the right cpu type to dfu-programmer
 - rumble test
2015-11-06 23:28:13 -05:00
Raphael Assenat 80276fae43 Library support for rumble test 2015-11-06 23:28:02 -05:00
Raphael Assenat 05a30a21ba WIP on firmware update
- Verify signature
2015-11-03 23:53:07 -05:00
Raphael Assenat b312d1466d Allocate a buffer large enough for signature 2015-11-03 23:52:35 -05:00
Raphael Assenat d22640c234 Poll for connected controller type (updates live) 2015-11-03 22:35:56 -05:00
Raphael Assenat 9c43932abe GUI work 2015-11-03 21:28:15 -05:00
Raphael Assenat 2e95867469 Use gcn64lib_n64_expansionWrite, and support abort from callback 2015-11-03 21:28:08 -05:00
Raphael Assenat 96462574fd Comment row support 2015-11-03 09:24:04 -05:00
Raphael Assenat b6588d9b76 Merge branch 'master' of ssh://git.lan.raphnet.net/raphnet/gc_n64_usb-v3 2015-11-03 09:23:57 -05:00
Raphaël Assénat 1493a007de clean target 2015-11-03 09:23:09 -05:00
Raphael Assenat 452e324d07 Add read n64 mempak support 2015-11-02 21:53:35 -05:00
Raphael Assenat 5a698b7f57 Add context for callbacks 2015-11-02 21:53:21 -05:00
Raphael Assenat 76b5f386ff Cleaned-up N64 Mempak read/write through adapter 2015-11-01 14:13:21 -05:00
Raphael Assenat 4374cd879a Add expansionWrite command 2015-11-01 14:12:00 -05:00
Raphael Assenat f09c77689d Add a mempak hexdump function 2015-11-01 14:11:38 -05:00
Raphael Assenat b10322a9d2 Gui work 2015-10-31 15:58:36 -04:00
Raphael Assenat 11d55b085b Detect mempak file type by extension
- Also close file after writing
2015-10-31 15:19:57 -04:00
Raphael Assenat 92aa261e4e Add signature and controller type fetching 2015-10-31 01:38:53 -04:00
Raphael Assenat ba93485172 Mempak open 2015-10-26 08:31:40 -04:00
Raphael Assenat dd2ec8f71e mempak editor gui (wip) 2015-10-26 00:42:13 -04:00
Raphael Assenat f3129ed377 move mempak command line tools to main directory 2015-10-25 22:41:44 -04:00
Raphael Assenat 9c7088377f Move testing mempak function to mempak_old 2015-10-25 22:36:41 -04:00
Raphael Assenat 1b65446739 Complain if unknown argument is passed 2015-10-25 16:29:23 -04:00
Raphael Assenat ab137f2edb Add mempak_rm and mempak_convert 2015-10-25 16:29:11 -04:00
Raphael Assenat d15e46b2b1 Add mempak_insert_note 2015-10-25 15:23:45 -04:00
Raphael Assenat c2944732ff Export a function to load a note from an array 2015-10-25 15:23:11 -04:00
Raphael Assenat 57a79cd113 Display free space, and human readable file format 2015-10-25 15:22:35 -04:00
Raphael Assenat c9b6e921cc Add file format selection 2015-10-25 15:22:18 -04:00
Raphael Assenat 458b1a27e7 Add note import and insert/replace
- Also cleanup file types
2015-10-25 15:21:45 -04:00
Raphael Assenat 3a65359501 Add dexdrive N64 save comments support 2015-10-25 02:41:54 -04:00
Raphael Assenat 5a7ae24bb9 Add command-line utilities for N64 mempak manipulation 2015-10-25 01:57:10 -04:00
Raphael Assenat ba6e9f9850 Merge branch 'master' of ssh://git.lan.raphnet.net/raphnet/gc_n64_usb-v3 2015-10-24 23:51:10 -04:00
Raphael Assenat b3f1e53677 remove old makefile 2015-10-24 23:49:59 -04:00
Raphael Assenat 771be5679b Fixes for win32 2015-10-24 22:54:34 -04:00
Raphael Assenat bc9ed0b329 Makefile adapts to Windows and Linux 2015-10-24 22:32:08 -04:00
Raphael Assenat 467f3ab3a5 Move gui stuff to main tool directory 2015-10-24 22:16:25 -04:00
Raphael Assenat 177668a42c Makefile for win32 gtk 2015-10-24 22:09:51 -04:00
Raphael Assenat 4a012b73a4 Win32 tweaks 2015-10-24 22:09:26 -04:00
Raphael Assenat 54a8b19350 Verbosity 2015-10-24 22:07:21 -04:00