ihaveahax
e5725876e2
Merge pull request #76 from samuelplaca/compilation-flag-fix
...
Update cflags in Makefile of finalize
2024-04-17 19:10:12 -05:00
Samuel Plaça
2d78e0bc32
update deprecated cflags out of finalize Makefile
...
3ds.h currently prints a Warning when it detects the usage of compilation
flags -DARM11 -D_3DS, stating that -D__3DS__ should be used in their stead.
See 48967dc417
2024-04-17 13:47:28 -03:00
Ian Burgwin
9ab8236a78
add shebang to custominstall and ci-gui
2022-11-25 00:14:28 -08:00
ihaveahax
1be4221186
Merge pull request #65 from TaiAurori/safe-install
...
Correct README's file path for compiled save3ds_fuse
2022-05-17 02:06:21 -07:00
TaiAurori
6a770c40c0
README: correct save3ds_fuse compiled binary path
2022-05-16 10:42:01 -04:00
Ian Burgwin
da1a7393b0
README: point to correct branch
2022-04-25 13:25:35 -07:00
Ian Burgwin
6a5ca17a33
custominstall: fix --seeddb by loading it earlier
2022-04-02 11:28:54 -07:00
Ian Burgwin
8f90387a80
bump max allowed pyctr version
2022-04-02 11:24:00 -07:00
Ian Burgwin
83c6d07194
codesign save3ds_fuse mac binary
2022-02-04 17:31:29 -08:00
Ian Burgwin
a1b3cb059e
update cargo command for linux
2022-01-30 20:27:30 -08:00
Ian Burgwin
68f6bfbb2e
update save3ds_fuse binaries
2022-01-30 20:23:21 -08:00
Ian Burgwin
d12684d8bf
version 2.1
v2.1
2021-09-12 09:02:27 -07:00
Ian Burgwin
54ae8a504c
check for id0 ( closes #49 )
2021-09-12 08:50:59 -07:00
Ian Burgwin
d97e11e4ec
use setup script to build cx-freeze standalone
2021-07-26 11:31:34 -07:00
Ian Burgwin
c3448c388e
ci-gui: use relative path when loading tcl (to fix non-latin characters in the absolute path), prevent taskbar lib errors from causing an exit
2021-07-13 07:08:36 -07:00
Ian Burgwin
4d7be0812e
version 2.1b4 & finalize 1.6
v2.1b4
2021-07-08 07:43:13 -07:00
Ian Burgwin
8c60eecec5
finalize: remove useless frees
2021-07-08 07:35:26 -07:00
Ian Burgwin
653569093d
finalize: ensure *entries is initialized to NULL
2021-07-08 07:34:07 -07:00
Ian Burgwin
adccac9ee7
requirements-win32: bump comtypes to 1.1.10
2021-07-08 07:12:44 -07:00
Ian Burgwin
8629cbee8e
requirements: bump pyctr to >=0.4,<0.6
2021-07-08 07:09:25 -07:00
Ian Burgwin
740844e57a
Merge branch 'safe-install' of github.com:ihaveamac/custom-install into safe-install
2021-05-06 08:39:53 -07:00
Ian Burgwin
d847043045
requirements: relax pyctr requirement: >=0.4,<0.5
2021-05-06 08:39:33 -07:00
Ian Burgwin
217a508bf3
Merge pull request #47 from TimmSkiller/safe-install
...
Added checks for existing Ticket and entry in Title Database
2021-04-14 14:56:40 -07:00
TimmSkiller
42ec2d760a
added missing break statement
2021-04-15 00:19:01 +03:00
TimmSkiller
938d8fd6aa
Added check for existing ticket and title entry before finalizing
2021-04-15 00:16:15 +03:00
Ian Burgwin
ac0be9d61d
custominstall: force utf-8 encoding for the output of save3ds_fuse ( fixes #41 hopefully)
2021-03-22 06:55:40 -07:00
Ian Burgwin
d231e9c043
Merge pull request #43 from Jisxu/safe-install
...
auto input filename include boot9.bin,seeddb.bin,movable.sed
2021-03-22 01:14:59 -07:00
Justin
9c3c4ce5f9
log filename
2021-03-22 15:59:54 +08:00
Justin
6a324b9388
add click callback function
2021-03-22 15:49:31 +08:00
Justin
647e56cf05
auto input filename include boot9.bin,seeddb.bin,movable.sed when they in <sdcard>:/gm9/out
2021-03-22 14:18:12 +08:00
Ian Burgwin
643e4e4976
custominstall: show 300 title warning ( fixes #42 )
2021-03-12 18:26:04 -08:00
Ian Burgwin
09ed0093df
custominstall: post-release version bump
2021-03-12 18:24:10 -08:00
Ian Burgwin
9b7346c919
version 2.1b3
v2.1b3
2021-03-08 18:16:58 -08:00
Ian Burgwin
38f5e2b0e6
custominstall: remove seek workaround for CDN contents (fixed in pyctr 0.4.6)
2021-03-08 18:08:32 -08:00
Ian Burgwin
f48e177604
bump pyctr -> 0.4.6, comtypes -> 1.1.8
2021-03-08 18:08:06 -08:00
Ian Burgwin
4ca2c59b5a
custominstall: fix cdn content install
2021-02-24 15:19:48 -08:00
Ian Burgwin
7a68b23365
custominstall: create title.db and import.db if missing
2021-02-24 15:07:59 -08:00
Ian Burgwin
1dec5175ea
add title.db.gz, add to standalone build
2021-02-24 14:17:17 -08:00
Ian Burgwin
4d223ed931
show warning if 300 titles are detected
2021-02-13 23:08:37 -08:00
Ian Burgwin
46a0d985a7
vesion 2.1b2
v2.1b2
2021-02-12 20:58:13 -08:00
Ian Burgwin
37112682a0
show mid-install status per-title
2021-02-09 21:21:34 -08:00
Ian Burgwin
9c777adf26
ci-gui: ensure boot9 is loaded before allowing titles to be added, show better error message for missing seeddb, load seeddb before starting and any time a new one is selected
2021-02-09 20:24:34 -08:00
Ian Burgwin
b3eae08f27
custominstall: make boot9 and seeddb optional for CustomInstall.__init__ (for gui changes)
2021-02-09 20:22:24 -08:00
Ian Burgwin
5f49493dfb
vesion 2.1b1
v2.1b1
2021-02-09 15:41:02 -08:00
Ian Burgwin
fbc553f5c7
README: update description
2021-02-09 15:23:34 -08:00
Ian Burgwin
68d9026524
LICENSE: update copyright year
2021-02-09 15:16:44 -08:00
Ian Burgwin
46ac9cd809
ci-gui: show OK button in TitleFailReadResults and InstallResults windows
2021-02-09 14:49:28 -08:00
Ian Burgwin
40a8d2d684
ci-gui: prevent adding a file twice
2021-02-09 14:48:38 -08:00
Ian Burgwin
4ec5bce712
ci-gui: sort treeview by title name
2021-02-09 14:48:07 -08:00
Ian Burgwin
d27e181c40
ci-gui: show error reason for cdn titles
2021-02-09 00:01:59 -08:00