Commit graph

100 commits

Author SHA1 Message Date
Jonathan Barrow 6376b0b96b
Merge pull request #30 from TraceEntertains/main 2024-04-07 17:56:09 -04:00
Jonathan Barrow 73edbfc1c7
Merge pull request #29 from DaniElectra/nimbus-10600 2024-04-07 17:55:57 -04:00
TraceEntertains 167414ddcc
Revert exit to bool 2024-04-07 17:20:00 -04:00
Pancake-Pal-Productions 15496c85a7 Update FRDU_GetServerTypes to FRDA_GetServerTypes 2024-04-07 15:13:24 -04:00
Pancake-Pal-Productions d40a6cfe5c fix many much bigger mistakes 2024-04-07 14:53:46 -04:00
Pancake-Pal-Productions 1fe845bb51 fixed a big mistake i made (oops) 2024-04-07 14:45:44 -04:00
Daniel López Guimaraes 4329a9e486
Fix mixed tabs and spaces 2024-04-07 19:45:32 +01:00
Pancake-Pal-Productions c6b1540adc Nimbus 1.6.0 (the app part) 2024-04-07 14:40:56 -04:00
Daniel López Guimaraes b0fa718878
Add README to http patches 2024-04-07 19:38:43 +01:00
Daniel López Guimaraes 2c107b1631
Discard changes to app/source/main.cpp 2024-04-07 20:35:38 +02:00
Daniel López Guimaraes 78230638fc
Nimbus 1.6.0
- Add HTTP and Socket patches (redirects Nintendo URLs to Pretendo)
- Add Citra check
- Fix ACT crash when using the patches with no accounts on the system
2024-04-07 19:25:44 +01:00
Jonathan Barrow a1853c23cd
Merge pull request #25 from DaniElectra/act-fix
patches/act: Fix crash with no accounts
2024-02-22 10:05:51 -05:00
Daniel López Guimaraes fc37e09507
patches/act: Fix crash with no accounts
This ACT patch changes a function with counts the number of accounts of
the system to always report 1 account. If there are no accounts, such as
on a system format or on a fresh Citra instance, this would make the
sysmodule try to read from non-existent data.

We replace the patch to allow the sysmodule to enter the counting loop,
but only once. After finishing the loop, we jump out of it to the end
and return the count.
2024-01-14 23:36:02 +00:00
Jonathan Barrow 58e8abb1e5
Merge pull request #23 from TraceEntertains/main
Nimbus 1.5.0
2023-10-10 16:13:29 -04:00
TraceEntertains 9f283115cd
Credit Fangal-Airbag/Nathaniel in the README for the button controls a couple of PRs ago 2023-10-08 15:55:55 -04:00
Pancake-Pal-Productions f0a9f9e1f8 Fix another bug I missed xD 2023-10-05 18:15:12 -04:00
Pancake-Pal-Productions c9299a1e28 Switch from Account back to u8 in ACTA_ResetAccount 2023-10-05 14:34:12 -04:00
Pancake-Pal-Productions 0f80385146 Fix the goofy things xD 2023-10-05 14:10:11 -04:00
Pancake-Pal-Productions b3b9fa8406 Hopefully the finishing touches for 1.5.0 2023-10-05 13:58:47 -04:00
Pancake-Pal-Productions 115550b4f6 Update for PR changes 2023-10-05 13:47:35 -04:00
Pancake-Pal-Productions b8a3a3b9a6 Put in some finishing touches for the PR 2023-10-05 00:41:55 -04:00
TraceEntertains 1116f42aff
Merge branch 'PretendoNetwork:main' into main 2023-10-05 00:22:43 -04:00
Pancake-Pal-Productions 930f2f6793 Lots of things, including user checks, a state system, and more 2023-10-04 23:27:13 -04:00
Jonathan Barrow c20e2bfc9d
Merge pull request #20 from TraceEntertains/main
Fix touchscreen button select bug and use FRD instead of ACT for account detection to make it simpler
2023-09-17 19:20:37 -04:00
TraceEntertains 5704a552b3 Merge branch 'main' of https://github.com/TraceEntertains/nimbus 2023-07-26 13:30:35 -04:00
TraceEntertains bf902edbfa Remove extra brackets to reduce size a little 2023-07-26 13:30:17 -04:00
TraceEntertains b6788e8d5e
Merge branch 'PretendoNetwork:main' into main 2023-07-26 12:36:22 -04:00
TraceEntertains 98d88e538a Moved some code around, and based account detection system around FRD to make it simpler 2023-07-26 12:34:21 -04:00
Jonathan Barrow 69638a8313
Merge pull request #19 from TraceEntertains/main
Button controls/enum stuff
2023-07-26 12:11:53 -04:00
TraceEntertains 62fba60155 Whitespace changes 2023-07-24 22:39:07 -04:00
TraceEntertains 872f20591a Add button controls and switch fully over to enums for handling account type (90% by Fangal-Airbag and zaksabeast) 2023-07-24 22:25:49 -04:00
Jonathan Barrow ed6d9c2df1
Merge pull request #15 from TraceEntertains/main
Refine/change makefile and change readme for the new luma sysmodule patching commit
2023-07-24 15:00:03 -04:00
TraceEntertains ee56af61cd
Fix some grammar 2023-07-23 14:34:27 -04:00
TraceEntertains 83043a20f3
Update README.md 2023-07-20 20:19:18 -04:00
TraceEntertains e93c4d6f87 Final final building fix 2023-07-20 19:54:49 -04:00
TraceEntertains e5a966cef4 Final building fix 2023-07-20 19:52:59 -04:00
TraceEntertains 4fd03129f6
Update Makefile 2023-07-20 19:50:23 -04:00
TraceEntertains c0f2c2c292
Update README.md 2023-07-20 19:49:31 -04:00
TraceEntertains 216d99f591
Update Makefile 2023-07-20 19:49:03 -04:00
Trace 5543bb87d9 Add placeholder version in readme to make sure that when this releases, people update their luma to a supported version 2023-07-09 18:36:56 -04:00
Trace 882694ab2b Refine makefile, readme, and change things for the new luma sysmodule patching commit 2023-07-09 18:33:09 -04:00
Jonathan Barrow f7a1301787
Merge pull request #14 from TraceEntertains/main
Improve clarity of README usage and building.
2023-07-08 18:05:41 -04:00
TraceEntertains 2226601be0
Improve clarity of README usage and building. 2023-07-07 00:07:08 -04:00
Jonathan Barrow 2f10aefaab
Merge pull request #12 from TraceEntertains/pretendo
Juxtaposition patches, SSL patch, CIA building, code.bin decompressing guide, and more
2023-07-06 17:34:21 -04:00
TraceEntertains 5d54a74e16
Update README.md 2023-07-02 00:37:41 -04:00
Trace e9def2a901 Update README some 2023-07-01 19:18:34 -04:00
Trace ec09b3c91d Edit makefile and bump version to 1.0.2 2023-07-01 19:10:15 -04:00
Trace 0f0d7c9c82 Change makefiles to be more flexible, update the decompressing file, update gitignore to have something related to the decompression script, and updated ssl submodule (i think) 2023-07-01 18:58:34 -04:00
Trace 590e42f043 Add ssl submodule 2023-07-01 17:32:23 -04:00
Trace 76c75871f3 Merge branch 'pretendo' of https://github.com/TraceEntertains/nimbus into pretendo 2023-07-01 17:31:38 -04:00