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
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
7cc7dc09f4
[FS] Implement File::Flush and fix file function headers
2023-06-03 22:25:30 +03:00
wheremyfoodat
7034aa27d7
Add DLP::SRVR service
2023-05-27 00:32:43 +03:00
wheremyfoodat
09ba66ae60
[Kernel] Fully implement semaphores
2023-05-07 18:02:51 +03:00
wheremyfoodat
6419098851
[HID] Implement events
2023-04-29 02:45:21 +03:00
wheremyfoodat
dac77cdc1d
[Kernel Add WakeupOneThread
2023-04-29 01:45:30 +03:00
wheremyfoodat
7f32c3860c
[DSP] Stubbing events (vol 1)
2023-04-24 23:42:49 +03:00
wheremyfoodat
3935820c05
[ACT/MIC/NFC] Stub function for Captain Toad
2023-04-24 21:33:59 +03:00
wheremyfoodat
908e1fc4fd
[DSP] Add event stubs to fix games locking up
2023-04-22 20:59:34 +03:00
wheremyfoodat
2ebbb08766
[Mutex] Make less dumb
2023-04-21 21:48:07 +03:00
wheremyfoodat
91e008ad1d
[Kernel] New event signalling, better Mootex
2023-04-21 21:39:59 +03:00
wheremyfoodat
33158c7908
[Kernel] Make WaitSyncN better
2023-04-21 01:08:13 +03:00
wheremyfoodat
7f2715d06c
[Kernel] Fix release mutex
2023-04-20 22:24:36 +03:00
wheremyfoodat
134d63c515
[Kernel] Moar threads
2023-04-20 22:00:51 +03:00
wheremyfoodat
920fd4cf0d
[Kernel::WaitSync1] Instant timeout if ns == 0
2023-04-20 02:48:57 +03:00
wheremyfoodat
0b46b92bb7
[Kernel] Add idle thread
2023-04-18 20:42:17 +03:00
wheremyfoodat
c6c45408fe
Starting on sync object rewrite #3
2023-04-18 03:14:25 +03:00
wheremyfoodat
2d9592768c
[ConfigMem] Implement address 0x1FF81086
2023-04-15 02:05:52 +03:00
wheremyfoodat
075a244dd0
[FS] Implement SetSize
2023-04-11 01:11:20 +03:00
wheremyfoodat
e40a8eb194
[Config mem] Add hardware type field
2023-03-29 01:36:03 +03:00
wheremyfoodat
4bef096f04
[FS] Add directory stuff, clean up
2023-03-29 00:23:55 +03:00
wheremyfoodat
494f3f1899
[FS] Implement OpenDirectory
2023-03-24 14:07:44 +02:00
wheremyfoodat
51d3551114
[Config Memory] Implement NetworkState
2023-03-18 20:44:17 +02:00
wheremyfoodat
c24c4a9d83
[ldr:ro] Add service skeleton
2023-03-18 20:08:45 +02:00
wheremyfoodat
5b9648e0a8
[CAM] Add service skeleton
2023-03-13 01:00:53 +02:00
wheremyfoodat
9a6640cae2
[Y2R] Add service skeleton
2023-03-13 00:01:10 +02:00
wheremyfoodat
2ab777fecd
[Kernel] Implement File::SetPriority
2023-03-10 01:27:30 +02:00
wheremyfoodat
5966c02737
[Kernel] Implement File::OpenLinkFile
2023-03-10 01:04:04 +02:00
wheremyfoodat
980139e588
[Kernel] Implement CreateMemoryBlock
2023-01-29 16:29:45 +02:00
wheremyfoodat
ec7c0b86b7
Make some things panic for later
2023-01-29 02:39:17 +02:00
wheremyfoodat
4e64f722e5
[Kernel] ExitThread [FS] Start implement archive 0x2345678A
2023-01-26 17:49:17 +02:00
wheremyfoodat
098b70690a
[APT] Start implementing shared font
2023-01-23 13:34:13 +02:00
wheremyfoodat
e052c16a36
[FS] Implement GetFileSize [PTM] Stub step functions
2023-01-23 03:24:13 +02:00
wheremyfoodat
49dcc25795
[FS] Done with CreateFile
2023-01-23 02:35:10 +02:00
wheremyfoodat
c16bf5c8aa
[Kernel] Make File::GetSize panic
2023-01-14 02:40:24 +02:00
wheremyfoodat
64de1391ab
Add AM and NIM services
2023-01-06 03:46:53 +02:00
wheremyfoodat
f965dea916
Add BOSS service
2023-01-06 02:40:45 +02:00
wheremyfoodat
243224eed3
More service calls implemented
2023-01-06 00:32:02 +02:00
wheremyfoodat
9f07286de8
Add FRD service
2023-01-05 22:23:05 +02:00
wheremyfoodat
94fe205c48
[AC] Add service + SetClientVersion
2023-01-05 21:41:52 +02:00
wheremyfoodat
684fda0771
[Kernel] Implement SyscoreVer
2023-01-03 01:32:50 +02:00
wheremyfoodat
9f792c2cf5
Add thread logger, split renderer from PICA
2023-01-01 21:04:34 +02:00
wheremyfoodat
ca4726aba1
More thread work
2022-12-07 02:08:18 +02:00
wheremyfoodat
514ddf39bd
Implement APT::Initialize
2022-11-17 23:48:27 +02:00
wheremyfoodat
7b8cac8d43
Semaphores v0.1
2022-11-17 22:14:56 +02:00
wheremyfoodat
3c55d88fab
[Kernel & APT] Mutexes v0.1
2022-11-17 00:29:02 +02:00