Commit graph

1518 commits

Author SHA1 Message Date
Nomi
4cd9c6c77e Add old LoadCRO
Silly Pokémon X needs this.
2023-09-07 20:38:27 +02:00
Nomi
d452caa976 Add kernel member, stub UnloadCRO 2023-09-07 20:17:55 +02:00
Nomi
d50c94cbdc Merge remote-tracking branch 'upstream/master' into CRO 2023-09-07 20:06:48 +02:00
Nomi
69a4b218e2 Skip NULL offsets during rebasing
Pokémon XY use NULL offsets, so we can't crash upon encountering them.
2023-09-07 19:10:11 +02:00
Nomi
56fe8c7177 Make code prettier 2023-09-07 18:54:58 +02:00
Nomi
6b1a56bb82 Add CRS pointer 2023-09-07 18:54:00 +02:00
wheremyfoodat
5255fac387
Stub some more cam:u functions (#263)
* Stub some cam:u functions

* Update cam.cpp
2023-09-07 18:22:26 +03:00
wheremyfoodat
35fa6783c6
Update readme.md 2023-09-06 20:04:17 +03:00
wheremyfoodat
5049cf0f4f
Update readme.md 2023-09-06 08:45:53 +03:00
wheremyfoodat
db2ffcf1bd
Merge pull request #262 from ArbestRiAgain/master
Update readme.md
2023-09-06 02:50:47 +03:00
ArbestRiAgain
e8a50ab937
Update readme.md 2023-09-05 16:46:02 -07:00
Nomi
871bcb8695 Add internal relocations
TODO: add linking, make this prettier
2023-09-05 22:50:30 +02:00
wheremyfoodat
94ba65bd9c
Merge pull request #261 from wheremyfoodat/sd-card
[CPU] Add function for clearing JIT cache
2023-09-05 21:25:53 +03:00
Nomi
205aedc02c Add first batch of rebasing 2023-09-05 19:58:47 +02:00
wheremyfoodat
7bf56c2413 [CPU] Add function for clearing JIT cache 2023-09-05 20:57:48 +03:00
wheremyfoodat
cb3b53b0ba
Merge pull request #218 from wheremyfoodat/sd-card
SD card support
2023-09-05 20:33:57 +03:00
wheremyfoodat
f7791e172c
Merge pull request #260 from wheremyfoodat/wheremyfoodat-patch-1
Add AppImage link to readme
2023-09-05 19:09:40 +03:00
wheremyfoodat
9094525a66
Add AppImage link to readme 2023-09-05 19:04:36 +03:00
wheremyfoodat
8075dd3fde
Merge pull request #259 from TGP17/master
Add AppImage Builds
2023-09-05 18:47:33 +03:00
TGP17
9c735683f9
Update Linux_AppImage_Build.yml
Changes the workflow name to be different from the normal Linux Build and sets the branch back to master
2023-09-05 17:10:58 +02:00
Live session user
aff67ff00c Add AppImage Building 2023-09-05 16:59:20 +02:00
wheremyfoodat
2ce58e3662 Merge branch 'master' into sd-card 2023-09-05 17:02:40 +03:00
wheremyfoodat
91f4ce2906
Merge pull request #257 from wheremyfoodat/wheremyfoodat-patch-2
Try to fix old clang build v2
2023-09-05 15:23:18 +03:00
wheremyfoodat
3d47bc5f87
Try to fix old clang build v2 2023-09-05 15:09:05 +03:00
wheremyfoodat
4a532e173d
Merge pull request #256 from wheremyfoodat/wheremyfoodat-patch-1
Try to fix old Clang build
2023-09-05 14:49:37 +03:00
wheremyfoodat
4969c90932
Merge pull request #255 from wheremyfoodat/dq8
Add ExtSaveData::CreateDirectory and stub srv::unsubscribe
2023-09-05 14:46:59 +03:00
wheremyfoodat
d3213f3eca
Try to fix old Clang build 2023-09-05 14:33:32 +03:00
wheremyfoodat
e67dc65118 Add ExtSaveData::CreateDirectory and stub srv::unsubscribe 2023-09-05 14:28:52 +03:00
wheremyfoodat
12392b9cd5
Merge pull request #254 from wheremyfoodat/mii
Use panda icon as placeholder mii face
2023-09-03 23:06:18 +03:00
wheremyfoodat
5733b46772 Use panda icon as placeholder mii face 2023-09-03 22:41:16 +03:00
wheremyfoodat
7b85e85467
Merge pull request #253 from wheremyfoodat/derp
Change vector to unique_ptr
2023-09-03 18:20:45 +03:00
wheremyfoodat
85e102c40f Change vector to unique_ptr 2023-09-03 17:58:06 +03:00
wheremyfoodat
9192640c11
Merge pull request #252 from wheremyfoodat/derp
Revert 3DSX NCCH changes
2023-09-03 17:06:38 +03:00
wheremyfoodat
bdfdc5af62 Revert 3DSX NCCH changes
Co-Authored-By: Théo B. <16072534+LiquidFenrir@users.noreply.github.com>
2023-09-03 16:45:23 +03:00
wheremyfoodat
42bfcaf980 Merge branch 'master' into sd-card 2023-09-03 14:55:44 +03:00
wheremyfoodat
a00375cc51
Merge pull request #251 from LiquidFenrir/load-3dsx
added feature: 3dsx loading
2023-09-03 11:31:43 +03:00
wheremyfoodat
a380aa83f0 Add 3DSX RomFS reads via NCCH archive 2023-09-03 11:14:24 +03:00
wheremyfoodat
53917841bc Run clang-format 2023-09-03 10:40:57 +03:00
wheremyfoodat
414e8cf6c8 Merge branch 'load-3dsx' of https://github.com/LiquidFenrir/Panda3DS into load-3dsx 2023-09-03 10:39:49 +03:00
wheremyfoodat
38be95fffa Gently bonk 3DSX 2023-09-03 10:36:54 +03:00
Théo B
2f056e820a libctru expects this to be 32-readable 2023-09-03 01:23:19 +02:00
Théo B
29352d223b feat: 3dsx loading
romFS works too, pretty neat
2023-09-03 00:31:03 +02:00
wheremyfoodat
a18ed8778f
Merge pull request #250 from wheremyfoodat/dynamax-update
Update dynarmic
2023-09-02 21:17:44 +03:00
wheremyfoodat
57cb52d029 Update dynarmic 2023-09-02 20:05:23 +03:00
wheremyfoodat
243a645cc5
Merge pull request #249 from wheremyfoodat/timerz
Warning for unimplemented ACT functions
2023-09-02 18:33:23 +03:00
wheremyfoodat
d68efb2f44 Warning for unimplemented ACT functions 2023-09-02 18:09:43 +03:00
wheremyfoodat
bc19aa8e3c
Merge pull request #248 from wheremyfoodat/wheremyfoodat-patch-1
Reorder functions in Y2R::handleSyncRequest
2023-09-01 18:54:16 +03:00
wheremyfoodat
55af705860
Fix clang-format stupidity 2023-09-01 18:42:41 +03:00
wheremyfoodat
c64910d963
Reorder function in Y2R::handleSyncRequest 2023-09-01 18:38:00 +03:00
wheremyfoodat
5261a4c927
Merge pull request #247 from georgemoralis/master
added some y2r service calls
2023-09-01 18:34:19 +03:00