402 Commits

Author SHA1 Message Date
lifehackerhansol a65971aec5 Change name to FBI-NH
At the end of the day we are deviating from the original project, it is
best to make the difference clear, if even a little bit.
2024-04-27 14:15:30 -07:00
ManiacOfGitHub 3bf7f1ffe0 Change Repository URL for Updating
Change the URL of the repository to match the fork, so updating FBI
actually works.
2024-04-27 14:01:09 -07:00
lifehackerhansol 7e5a22bf99 error_display: be more clear about 0xC960454B 2024-04-27 13:41:13 -07:00
lifehackerhansol 70f47109d6 error_display: Be more clear about what "partition full" means 2024-04-27 13:30:34 -07:00
MyPasswordIsWeak 1c2ca9ec0f error_display: Add error code 0xC8A08035 2024-04-23 18:25:59 -07:00
fyredragon69 4ac9543e07 titles/extsavedata: don't show NAND titles by default
This setting can be toggled during runtime in Titles->Options. It's not
recommended for the average person to dig around in there, so switch
the default to false.
2024-04-23 18:25:39 -07:00
lifehackerhansol 4706e8af1c core: ui: rename error.{c,h} to avoid duplicate object creation
Since devkitPro can't make a proper build system, when it finds all the
source files to compile, it treats identical file names as if they're
the same code and skips compiling the other file.

This causes many duplicate symbol issues, error.c being the worst
offender. Just rename to `error_display`.
2024-04-23 18:25:28 -07:00
lifehackerhansol a34918291c core: fix invalid shbin variable name 2024-04-23 17:25:56 -07:00
Wrong 71947a7649 Very minor fix for libctru 1.6.0 compatibility
3dsx and cia builds working on O3DS 11.11.0-43E
2019-10-18 23:34:34 +08:00
Steveice10 5e0924318f Fix inability to cancel ext save data deletion. 2019-01-09 17:55:42 -08:00
Steveice10 cf10bb86e2 Correct cURL error handling logic. 2019-01-01 17:37:36 -08:00
Steveice10 c1a3e17802 Fix reporting cancellation in xfer info callback, hide HTTPC functions. 2019-01-01 12:00:59 -08:00
Steveice10 5b2cd98e09 Set CURLOPT_MAXREDIRS to 50. 2019-01-01 11:37:15 -08:00
Steveice10 3961d73c6e Move running check to xfer info callback. 2019-01-01 11:27:46 -08:00
Steveice10 a7dec965d5 Use cURL xfer info callback for progress reporting. 2019-01-01 11:19:32 -08:00
Steveice10 66ef0a93db Improve response time to cancellation in cURL downloads. 2019-01-01 10:53:01 -08:00
Steveice10 f698d4aaee Refine cURL options (thanks @mariohackandglitch for the reference) 2019-01-01 10:12:07 -08:00
Steveice10 153fd8187c Fix buffering of cURL download data. 2019-01-01 10:01:54 -08:00
Steveice10 c07779036e Change cURL timeout to connection timeout. 2019-01-01 09:54:15 -08:00
Steveice10 fc8ab977e8 Initial work on cURL-based download fallback.
* Old GitHub-based update function has been restored.
* http:C path seems to be working as intended.
* cURL path currently works to check for updates, but fails at the end with an AM error.
2018-12-23 14:08:51 -08:00
Steveice10 b2fa2ac983 Remove TitleDB feature, fix update query filter. 2018-12-11 23:35:41 -08:00
Steveice10 ecbe7a5d1e Pass file list filter through to multi-file actions. 2018-08-30 11:52:19 -07:00
Steveice10 f471753303 Add support for HTTP relative redirects. 2018-08-27 12:27:30 -07:00
Steveice10 fcb379756e Correct use of string_copy when building strings. 2018-08-26 00:09:05 -07:00
Steveice10 aba9a036fb Fix URL parsing. 2018-08-20 17:40:23 -07:00