Lillian Skinner
|
f336244295
|
Update building.yml
|
2024-12-01 00:05:40 -05:00 |
|
Lillian Skinner
|
dfed648064
|
Update Makefile
|
2024-12-01 00:00:50 -05:00 |
|
Lillian Skinner
|
b5902b1352
|
Update building.yml
|
2024-11-30 18:50:30 -05:00 |
|
Lillian Skinner
|
3571644084
|
Update building.yml
|
2024-11-30 18:46:45 -05:00 |
|
Lillian Skinner
|
02648bb792
|
Update Makefile
|
2024-11-30 18:44:22 -05:00 |
|
Lillian Skinner
|
cd702bdb08
|
Update building.yml
|
2024-11-30 18:44:16 -05:00 |
|
Lillian Skinner
|
4df073f48f
|
Update dumpOperations.cpp
|
2024-09-13 17:36:47 -04:00 |
|
Lillian Skinner
|
b6c0f0fa69
|
Update building.yml
|
2024-09-01 02:00:46 -04:00 |
|
Lillian Skinner
|
45cee202ae
|
Update building.yml
|
2024-09-01 01:57:36 -04:00 |
|
Lillian Skinner
|
3853fb21aa
|
Update building.yml
|
2024-09-01 01:47:25 -04:00 |
|
Lillian Skinner
|
4dc97b3056
|
Update building.yml
|
2024-09-01 01:43:34 -04:00 |
|
Lillian Skinner
|
a52e2ddc5e
|
Merge pull request #1 from DS-Homebrew/master
Update fork
|
2024-07-02 13:11:24 -04:00 |
|
RocketRobz
|
0ba733cdb7
|
Update main.c
|
2024-04-26 17:10:49 -06:00 |
|
RocketRobz
|
e5d85dd5cd
|
Read ConsoleID register, if available
|
2024-04-25 12:44:03 -06:00 |
|
RocketRobz
|
ab04f98396
|
Only detect GBA cart ejection when running from Slot-1
|
2024-03-26 18:32:09 -06:00 |
|
Lillian Skinner
|
7e45bf8556
|
Update building.yml
|
2024-03-25 20:41:58 -04:00 |
|
Lillian Skinner
|
6bcab4334c
|
Attempt 2 (I do not know C)
|
2024-03-25 20:32:47 -04:00 |
|
Lillian Skinner
|
97e3b22a53
|
Enable NAND write maybe?
Oh god I'm an idiot.
|
2024-03-25 20:24:26 -04:00 |
|
RocketRobz
|
1a3c42e9a4
|
Build bootloader with -O2 flag
|
2024-03-08 15:41:06 -07:00 |
|
RocketRobz
|
348d42d0a0
|
Clear NDMA slots before clearing RAM
|
2024-03-08 14:46:24 -07:00 |
|
RocketRobz
|
5de1523864
|
Update arm9clear.arm.c
|
2024-03-08 02:20:02 -07:00 |
|
RocketRobz
|
4cabc9d09f
|
Update fat.c
|
2024-03-07 23:06:17 -07:00 |
|
RocketRobz
|
c96b8e1855
|
Fix build error
|
2024-02-27 20:21:11 -07:00 |
|
RocketRobz
|
42a098c105
|
Derp fix
|
2024-02-27 20:15:32 -07:00 |
|
RocketRobz
|
98384c1d4b
|
Update README.md
|
2024-02-27 14:37:13 -07:00 |
|
RocketRobz
|
d030ddc16a
|
Use NDMA to clear RAM and clear DSi registers
|
2024-02-27 13:55:38 -07:00 |
|
RocketRobz
|
5a69abae92
|
Move SHA1 and tonccpy functions to ITCM
|
2024-02-26 16:28:40 -07:00 |
|
RocketRobz
|
69c8ffa759
|
Update ds_arm9_hi.mem
|
2024-02-11 21:14:30 -07:00 |
|
RocketRobz
|
a52576bf67
|
Add SHA1 calculation for DS mode
|
2024-02-11 21:11:01 -07:00 |
|
Pk11
|
457a82481d
|
Make X clear string in keyboard (#226)
|
2023-12-30 17:48:15 -07:00 |
|
Pk11
|
a727ca4152
|
Fix dumping EEPROM registers in 32 MB ROMs (#222)
|
2023-12-30 17:47:51 -07:00 |
|
Pk11
|
196a85ad15
|
Update to match GodMode9's new font (#219)
|
2023-12-30 17:46:37 -07:00 |
|
Pk11
|
a67d157bc1
|
Make GBA RTC dumping optional (#218)
|
2023-12-30 17:45:36 -07:00 |
|
Pk11
|
d588ac07a4
|
Only dump the RSA key on trimmed ROMs when it exists (#215)
* Only dump the RSA key on trimmed ROMs when it exists
* Check for 'ac' magic number instead of 0xFF
Thanks @bWFpbA
|
2023-12-30 17:44:16 -07:00 |
|
Pk11
|
088fd0d383
|
Fix getcwd missing trailing slash
|
2023-04-22 14:59:30 -05:00 |
|
Pk11
|
b584f73566
|
Fix git not working
|
2023-04-22 12:38:50 -07:00 |
|
Pk11
|
a8940a0c48
|
Fix compilation error on devkitARM r60
|
2023-04-22 14:31:30 -05:00 |
|
Pk11
|
2212ee5d93
|
Get drive size from destination drive, not current (#211)
- Fixes #210
|
2023-01-12 17:31:28 -07:00 |
|
Metroid Maniac
|
24d3a0ae66
|
Dump GBA RTC data in metadata and saves (#205)
* Add barebones RTC (actually GPIO) detect
* RTC reading gotta clean up
* Nicer printing
* Add date sanity check (detect RTC presence)
* Append RTC data to dumped saves mGBA-style if present
* Actually allow restoring save with RTC included
|
2023-01-01 00:10:42 -07:00 |
|
RocketRobz
|
854b16d8a1
|
Enable NAND access for DS flashcards with SCFG access
|
2022-12-31 23:21:50 -07:00 |
|
RocketRobz
|
7af7377efa
|
Disable photo partition for now
Fixes #206
|
2022-12-31 23:13:09 -07:00 |
|
Pk11
|
5a73c67774
|
Fix toncset (byte version) not working correctly (#207)
See DS-Homebrew/TWiLightMenu#2121
|
2022-12-14 14:07:13 -07:00 |
|
Pk11
|
de85813d4c
|
Remove "Bootstrap file" from langauge.ini
|
2022-11-29 19:16:09 -06:00 |
|
lifehackerhansol
|
b21bb687b8
|
Revert "Implement bootstrapping (#73)" (#202)
This reverts commit 44f3a0ccb9 .
|
2022-11-29 18:04:52 -07:00 |
|
RocketRobz
|
efb16e8011
|
Fix arm9 compilation error with -Os
|
2022-11-21 01:42:59 -07:00 |
|
RocketRobz
|
6434a00ee1
|
Compile ARM7 binary in ARM instead of THUMB
|
2022-11-21 01:31:36 -07:00 |
|
RocketRobz
|
9b9ef7c937
|
Set nandio_set_fat_sig_fix as inline function
|
2022-11-21 01:25:09 -07:00 |
|
RocketRobz
|
d8f76fcb3d
|
Fix #201
|
2022-11-21 00:42:35 -07:00 |
|
RocketRobz
|
dfcbab2c81
|
Load bios9i file if DS BIOS is set in SCFG when running from flashcard
|
2022-11-14 23:40:40 -07:00 |
|
Pk11
|
816dbb98db
|
Add support for photo partition (#199)
|
2022-10-23 13:33:36 -06:00 |
|