Commit Graph

193 Commits

Author SHA1 Message Date
RocketRobz
c55cd9684d Revert "Make unhighlighted directory text flicker" 2020-02-04 02:13:28 -07:00
RocketRobz
d550d08e2b Make unhighlighted directory text a bright gray 2020-02-04 02:06:50 -07:00
RocketRobz
336dbe0b20 Fix screenshot taking 2020-02-04 01:33:30 -07:00
RocketRobz
9b4876a8e4 Bug fixes 2020-02-04 01:24:08 -07:00
RocketRobz
5b3b31f743 Remove unsupported characters when renaming a folder 2020-02-04 01:00:15 -07:00
RocketRobz
35583045b2 Do not clear time, except for GBA ROM dumping 2020-02-04 00:56:47 -07:00
Pk11
e60993ec3e
Fix flickering (#44) 2020-02-04 00:21:07 -07:00
RocketRobz
1fd1e534fc Remove unused int 2020-02-03 19:58:34 -07:00
RocketRobz
da6ea4d0a1 Bug fix 2020-02-03 19:50:59 -07:00
RocketRobz
b45eac6c58 Bug fix 2020-02-03 19:49:11 -07:00
RocketRobz
a168b92948 Don't delete files/folders with read-only attribute 2020-02-03 19:45:24 -07:00
RocketRobz
925917cca0 Bug fix 2020-02-03 19:44:47 -07:00
RocketRobz
6f99365a8e Bug fix 2020-02-03 19:27:21 -07:00
RocketRobz
3ae0e539cc Actually, use dark blue 2020-02-03 19:23:56 -07:00
Pk11
6bcb1cc260
Oops, fix the commit tag & mesage (#43) 2020-02-03 19:12:51 -07:00
RocketRobz
0d4d1c81fa Merge branch 'master' of https://github.com/RocketRobz/GodMode9i 2020-02-03 19:12:33 -07:00
RocketRobz
5027577dd7 Color un-highlighted directory to dark red 2020-02-03 19:12:18 -07:00
Pk11
bc0657718c
Actually do TWLBot release & add .gitignore (#42) 2020-02-03 18:56:53 -07:00
RocketRobz
bb7451a8f4 Remove some duplicate defines 2020-02-03 18:52:06 -07:00
RocketRobz
86b4fbd85e Go back to drive menu, by pressing R+A on .. 2020-02-03 18:47:35 -07:00
RocketRobz
893396deed Add R+A - Directory options 2020-02-03 18:42:14 -07:00
RocketRobz
ca9653f6fa Remove unsupported characters when renaming
Fixes #37
2020-02-03 17:51:43 -07:00
RocketRobz
43406be1cb Properly check for 3DS 2020-02-03 17:17:11 -07:00
RocketRobz
439ebd181b Add file attribute changing 2020-02-03 17:03:00 -07:00
RocketRobz
19ea9c39a6 Bug fix 2020-01-31 15:22:50 -07:00
RocketRobz
d1757a95f4 Alternate way of reading DSi extended header 2020-01-31 15:07:02 -07:00
RocketRobz
af637ad935 Bump version number 2020-01-30 17:58:23 -07:00
RocketRobz
ed97c9ed43 Show DS ROM dumping, even when flashcard is mounted 2020-01-30 17:54:08 -07:00
FlameKat53
751b887fa3
Derp fix, now copies the cia to the 7z (#41)
* add linux make_cia

* Delete .travis.yml

* add cia builds to azure

* derp fix
2020-01-30 17:44:50 -07:00
RocketRobz
77d5ab4d86
Shallow clone TWLBot/Builds/ 2020-01-30 17:40:08 -07:00
RocketRobz
891e449ac7 Stabilize card init code 2020-01-30 17:32:30 -07:00
FlameKat53
8e84a1a08f
Remove Travis CI and add CIA builds to Nightlies (#40)
* add linux make_cia

* Delete .travis.yml

* add cia builds to azure
2020-01-30 17:24:03 -07:00
RocketRobz
37e8283f3f Bug fix: TWL ROM dumps now match the No-Intro ones 2020-01-30 16:33:36 -07:00
RocketRobz
e801bf8d84 Update README.md 2020-01-30 01:42:19 -07:00
RocketRobz
62259a72b3 Only show DS(i) ROM dumping option, if cart is inserted 2020-01-30 01:38:36 -07:00
RocketRobz
db8bf37a2a Add DS(i) save dumping 2020-01-30 01:19:47 -07:00
RocketRobz
d440a238b3 Bump version number 2020-01-30 00:39:16 -07:00
RocketRobz
8ec433608c Derp fix 2020-01-30 00:34:54 -07:00
RocketRobz
6cdf5046ac Full DS(i) ROM with arm9i/7i bins now dumpable 2020-01-30 00:34:03 -07:00
RocketRobz
e153f57e10 Add DS(i) ROM dumping progress
ALSO: Add DSi blowfish
2020-01-29 21:41:36 -07:00
RocketRobz
e53ddc5ecc Properly dump DS(i) ROM header
Code ported from GM9
2020-01-29 19:38:16 -07:00
RocketRobz
81dfdef103 Add DS cart ROM dumping
TWL sectors not yet read, but TWL ROMs can still be dumped
2020-01-29 18:02:06 -07:00
NightYoshi370
e850fd8733 Clean up main.cpp (#36)
- No more code repeat
- Uses extention function from TWiLightMenu++
2019-10-02 22:21:25 -06:00
NightYoshi370
f29bf3bbcb Update README.md (#34)
* Update README.md

- Organized credits
- Why isn't RocketRobz in the credits? He's the app creator
- Make features tab look good with the MarkDown parser Github uses
- Make the HTML valid. There was no closing to the paragraph tag, breaking a bunch of things.
- Change `GBA games` to `GBA cartridges`, since it's not just games that were on the Nintendo GameBoy Advanced
- Add a short description under the logo and the equivilent icons.
- Remove span stuff. There's no need when you can just embed the padding on the actionLink itself.

Flame, if you don't know HTML, don't try to do it

* Fix Pull Requests getting uploaded to the Azure repository

* Update the ReadME once more

- Add screenshots
- Add compiling tutorial
- Add link to GBATemp thread

* Revert previous commit
2019-06-14 10:51:35 -06:00
RocketRobz
430db6b25b Add direct access support for Acekard 2i with the banner of Hello Kitty no Panda Sports Stadium 2019-06-13 19:55:52 -06:00
RocketRobz
5a2231c0d1 Retain DLDI driver when launching homebrew from SD card
ALSO: Use profi200's improved sdmmc code in bootloader
2019-06-09 23:38:50 -06:00
FlameAlt53
ea4715423c Update README.md (#33) 2019-06-03 11:03:55 -06:00
RocketRobz
b0995be2aa Fix header for TWLBot builds 2019-03-21 20:55:32 -06:00
RocketRobz
82cc966558 Update azure-pipelines.yml for Azure Pipelines 2019-03-18 16:49:36 -06:00
FlameKat53
2f53eab9b5 adding Azure-Pipelines to GM9i (WIP at this moment) (#31)
* first commit, this should work afaik

* reduce travis to only building
2019-03-15 17:02:55 -06:00