Commit Graph

48 Commits

Author SHA1 Message Date
Pablo Curiel a999447580 Update to v1.1.9. 2020-03-30 17:10:07 -04:00
Pablo Curiel e475796676
Update README.md
Add a notice about the ongoing project rewrite.
2020-02-17 14:31:01 -04:00
Pablo Curiel a155b4edd7
Delete README_KR.md
Hasn't been updated in a while and, truth be told, I don't speak Korean. :/
2020-02-17 14:26:15 -04:00
Daniel Cuevas b5374a3cb4
App icon to top of README (#51) 2020-02-04 10:02:22 -04:00
Noel Tautges 6cf6342d5d Remove extraneous apostrophes (#50) 2020-01-15 09:36:40 -04:00
Pablo Curiel 5445d360d1 Update to v1.1.8. 2019-12-11 04:56:58 -04:00
Pablo Curiel 3a16147c59 Update to v1.1.7. 2019-11-06 14:22:40 -04:00
Pablo Curiel bb450df38d Update issue templates 2019-10-29 10:45:01 -04:00
Pablo Curiel 4d44e315be Update to v1.1.6. 2019-10-17 16:15:35 -04:00
Pablo Curiel ba6b483cb6 Update to v1.1.5. 2019-09-14 22:45:27 -04:00
Pablo Curiel 0dbe126426 Two quick fixes.
* Fixed segmentation fault on NSP dumping, produced by a change I forgot to revert while testing some stuff.
* Fixed a bug that made file splitting not take place while manually dumping a file bigger than 4 GiB from the RomFS section of any title.
2019-08-17 06:57:10 -04:00
Pablo Curiel ed45a863fa Update to v1.1.4. 2019-08-16 21:45:29 -04:00
Pablo Curiel a051b17ad0 Update to v1.1.3. 2019-07-17 07:14:37 -04:00
Pablo Curiel 6d435a2532 Update to v1.1.2. 2019-06-24 16:24:46 -04:00
Pablo Curiel 655c856eaf Update to v1.1.1. 2019-06-19 09:46:38 -04:00
DDinghoya fcd4e5b45c Create README_KR.md (#19)
* Create README_KR.md
2019-06-06 09:37:22 -04:00
Pablo Curiel aab7e24778 Update to v1.1.0. 2019-06-05 18:44:18 -04:00
Pablo Curiel 211cca9945 Fix the readme. 2019-05-01 16:58:34 -04:00
Pablo Curiel 0713a13151 Update to v1.0.8. 2019-05-01 16:24:13 -04:00
Pablo Curiel fd4b7e933b Update to v1.0.7. 2019-04-23 08:50:01 -04:00
Pablo Curiel d22add43bf Update to v1.0.6. 2019-04-23 01:14:57 -04:00
Pablo Curiel edd7eee294 Many changes. Good things are coming. 2019-04-21 12:27:33 -04:00
Pablo Curiel 59e48748ae Some minor (trivial) changes.
Nothing too substantial. Just committing them before going to Spain.
2018-07-25 21:57:44 -04:00
Pablo Curiel 7a94da0a5c Fixed "Please wait" message hang up. 2018-07-22 23:06:25 -04:00
Pablo Curiel 01a3ebe477 Some fixes and corrections.
* Fixed building using latest libnx commit + recently added pacman packages (switch-libxml2 and switch-libjson-c).
* Removed ncm-related code because libnx now includes what's needed by the application.
* Cleaned up the fs-srv service additional functions.
* Mounted partition filesystems are now properly closed.
* Changed some output text.
2018-07-21 01:56:00 -04:00
Pablo Curiel 3364f062b2 Small coordinates fix. 2018-07-01 21:36:44 -04:00
Pablo Curiel fae387a182 Update to v1.0.5. 2018-06-30 02:37:42 -04:00
Pablo Curiel 46c0f9fe47 Small message fix. 2018-06-25 21:42:25 -04:00
Pablo Curiel a4bfaf8cf2 Update to v1.0.4. 2018-06-25 21:11:18 -04:00
Pablo Curiel 730912a626 Update to v1.0.3. 2018-06-23 20:48:34 -04:00
Pablo Curiel db3f5698e7 Update to v1.0.2. 2018-06-22 05:45:41 -04:00
Pablo Curiel a122605b6e Update to v1.0.1. 2018-06-21 20:46:17 -04:00
Pablo Curiel 3888e6a54c
Update README.md 2018-06-21 02:53:51 -04:00
Pablo Curiel c6ad72f182 Complete set of changes since the latest commit made by MCMrARM. 2018-06-21 02:42:46 -04:00
MCMrARM 83e4633aea Do not make touch screen act as a button press with the press any button
state
2018-05-17 17:29:05 +02:00
MCMrARM b00b6d1e28 Implement file splitting for file copy 2018-05-16 23:29:43 +02:00
MCMrARM f5403611b8 File list improvements 2018-05-16 20:04:15 +02:00
MCMrARM 1ac1de5470 Initial work on dumping other data from gamecards 2018-05-16 19:52:35 +02:00
MCMrARM a8acac46e4 Implement a fs-based dumper (for now for sysupdate) 2018-05-16 19:08:20 +02:00
MCMrARM 7a47bf55e3 Browse files from the update partition 2018-05-16 18:21:13 +02:00
MCMrARM 18e0170bcb Add a debug file browser 2018-05-16 18:06:57 +02:00
MCMrARM 497052d9df Make B exit the app 2018-05-16 17:34:05 +02:00
MCMrARM c7ef15aab1 Add a workaround around the update partition dump error 2018-05-16 17:10:30 +02:00
MCMrARM 71725059cd Handle errors in the main copy loop using a variable 2018-05-15 19:05:13 +02:00
MCMrARM 70fe38bd3a Support cancellation 2018-05-15 18:53:26 +02:00
MCMrARM 5892d49599 Print system title version when dumping sys update partition 2018-05-15 18:31:46 +02:00
MCMrARM f4b900d0f6 Add a menu, improvements 2018-05-15 18:00:19 +02:00
MCMrARM e3f450ba7b Initial commit 2018-05-15 14:57:40 +02:00