Commit graph

141 commits

Author SHA1 Message Date
wheremyfoodat
46207a3995 [BOSS} Stub more calls (Fixes Crashmo) 2023-07-08 18:40:49 +03:00
wheremyfoodat
14356902ab [HID] Implement DisableAccelerometer/DisableGyroscopeLow 2023-07-03 19:50:42 +03:00
wheremyfoodat
e86aec0c33 More clang-format 2023-06-28 01:53:26 +03:00
wheremyfoodat
29806ff8e5 clang-format 2023-06-28 01:48:34 +03:00
Nadia Holmquist Pedersen
71dddc0020 Add basic controller input using the SDL2 GameController API 2023-06-27 22:40:38 +02:00
wheremyfoodat
d0ae5f0546
Merge pull request #37 from marysaka/feat/proper-hle-result
hle: Add proper type for result code
2023-06-17 18:39:36 +03:00
Mary
122b1b2727 hle: Add proper type for result code
This should clean up all HLE errorcode in the codebase.

I didn't removed Rust::Result as this should be a cleanup for another
iteration.
2023-06-16 20:09:37 +02:00
Wunkolo
fde93381a5 Use std::span for CPU register-state
Following the trend of #33: `std::span` provides some useful utility
functions like `size_bytes()` and `as_bytes()` and serves as a better
non-owning "chunk of data"-type over just passing around an
`std::array&`.
2023-06-16 07:24:37 -07:00
wheremyfoodat
5200c10b27 [Emulator] Handle left click 2023-06-13 15:41:02 +03:00
wheremyfoodat
ccd7ef3a23 [DSP] Add other pipes for Picross 3D 2023-06-11 14:11:50 +03:00
wheremyfoodat
cf35491fb1 [APT] Stub APT::PreloadLibraryApplet 2023-06-11 13:28:21 +03:00
wheremyfoodat
dea8b9ec2e [HID] Redo service 2023-06-06 00:57:48 +03:00
wheremyfoodat
629e00251c [HID] Remap keys 2023-06-05 22:43:59 +03:00
wheremyfoodat
0c0e7a4cb9 Clean up srv interface for HID 2023-06-05 15:28:44 +03:00
liuk7071
608bf88c5f Basic input 2023-06-05 13:25:06 +02:00
wheremyfoodat
e9a8c2cb2e ExtSaveData pls 2023-06-03 22:04:26 +03:00
wheremyfoodat
7034aa27d7 Add DLP::SRVR service 2023-05-27 00:32:43 +03:00
wheremyfoodat
9ec2964695 [FS] Add FormatThisUserSaveData 2023-05-20 01:24:30 +03:00
wheremyfoodat
6369fc8eb0 [DSP] Annotate pipe 2 addresses 2023-05-17 02:34:48 +03:00
wheremyfoodat
35aea21679 [DSP] Add UnloadComponent 2023-05-17 01:33:39 +03:00
wheremyfoodat
e7085dd830 [DSP] HLE DSP state & some of the audio pipe 2023-05-17 01:17:10 +03:00
wheremyfoodat
2f5bb45d58 [FS] OpenArchiveHandle returns Result<T, E> 2023-05-16 20:49:31 +03:00
wheremyfoodat
aa1cfa7add [CFG] Add GetSystemModel 2023-05-01 20:37:48 +03:00
wheremyfoodat
6419098851 [HID] Implement events 2023-04-29 02:45:21 +03:00
wheremyfoodat
ecfbd81102 [FS] Add GetFreeBytes 2023-04-26 21:21:07 +03:00
wheremyfoodat
f39069813a [FS] Add CreateDirectory for MK7 (hopefully not broken) 2023-04-26 03:05:46 +03:00
wheremyfoodat
1c3f3f8da9 [CECD/FRD] Implement more functions to get MK7 booting 2023-04-25 19:42:05 +03:00
wheremyfoodat
7f32c3860c [DSP] Stubbing events (vol 1) 2023-04-24 23:42:49 +03:00
wheremyfoodat
0add6b7d7a [NFC] Tag events 2023-04-24 21:58:35 +03:00
wheremyfoodat
3935820c05 [ACT/MIC/NFC] Stub function for Captain Toad 2023-04-24 21:33:59 +03:00
wheremyfoodat
269efc3c43 [Y2R] DriverFinalize 2023-04-24 02:52:49 +03:00
wheremyfoodat
11304a7886 [Y2R] Add StartConversion 2023-04-24 02:42:42 +03:00
wheremyfoodat
dbe504fff9 [Y2R] Bunch of service calls 2023-04-24 02:35:48 +03:00
wheremyfoodat
6c2cfaaa22 [Y2R] SetOutputFormat 2023-04-24 01:37:49 +03:00
wheremyfoodat
ba8a610e7b [Y2R] Add more service calls 2023-04-24 01:25:29 +03:00
wheremyfoodat
8cfb038226 Merge branch 'Sync-Objects' of https://github.com/wheremyfoodat/Virtual3DS into Sync-Objects 2023-04-23 21:32:10 +03:00
wheremyfoodat
908e1fc4fd [DSP] Add event stubs to fix games locking up 2023-04-22 20:59:34 +03:00
wheremyfoodat
5daade05d8 [GSP] Add interrupt relay event 2023-04-21 02:27:28 +03:00
wheremyfoodat
d0db2eefce [PTM] Stub ConfigureNew3DSCPU 2023-04-21 01:50:19 +03:00
wheremyfoodat
7002860d48 [APT] Stub GlanceParameter 2023-04-21 01:40:13 +03:00
wheremyfoodat
3a674a1ba0 [FS] Implement ControlArchive 2023-04-12 02:19:16 +03:00
wheremyfoodat
82b986bbc0 [Y2R] Add transfer event 2023-04-10 21:55:14 +03:00
wheremyfoodat
f81d0162d6 [FRD] Implement GetMyScreenName 2023-04-04 00:00:57 +03:00
wheremyfoodat
16d555cf34 [FRD] Stub SetNotificationMask 2023-04-03 01:44:57 +03:00
wheremyfoodat
f90a266bb4 [FS] Rehaul to implement all the different things ExtSaveData can target 2023-04-03 01:19:52 +03:00
wheremyfoodat
0f9d94a7d0 [DSP] Stub InvalidateDataCache 2023-04-02 19:37:28 +03:00
wheremyfoodat
27fbcee355 [BOSS] Stub UnregisterTask 2023-04-02 03:47:47 +03:00
wheremyfoodat
3abc60457d [FS] Stub FormatSaveData 2023-04-02 01:09:11 +03:00
wheremyfoodat
4f2d59ccbe [FS] Integrate Result<T, E> to codebase 2023-04-02 00:50:19 +03:00
wheremyfoodat
4803fe15b4 [APT] Stub GetWirelessRebootInfo 2023-03-31 15:33:16 +03:00