Commit graph

312 commits

Author SHA1 Message Date
wheremyfoodat
e831d9f0e5
Update logger.hpp 2023-06-03 01:43:46 +03:00
wheremyfoodat
e3fb364d95 Add DLP::SRVR service 2023-06-03 01:25:51 +03:00
wheremyfoodat
62936ddfac [DSP] Annotate pipe 2 addresses 2023-06-03 01:24:52 +03:00
wheremyfoodat
433fcc9b69 [DSP] Add UnloadComponent 2023-06-03 01:24:51 +03:00
wheremyfoodat
fdeb45d188 [DSP] HLE DSP state & some of the audio pipe 2023-06-03 01:24:51 +03:00
wheremyfoodat
0b0d6dcf4b [FS] Archive::OpenArchive returns Result<T, E> now 2023-05-14 19:31:51 +03:00
wheremyfoodat
37fb660c7f [FS] Added error codes 2023-05-14 18:23:54 +03:00
wheremyfoodat
cd1323d57e [PICA] == to >= in uniform upload 2023-05-08 23:05:47 +03:00
wheremyfoodat
09ba66ae60 [Kernel] Fully implement semaphores 2023-05-07 18:02:51 +03:00
wheremyfoodat
7c68e70ba4 MacOS OpenGL memes 2023-05-07 02:03:24 +03:00
wheremyfoodat
ac43c09ebd [CPU] Add better cycle counting 2023-05-07 00:36:36 +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
dac77cdc1d [Kernel Add WakeupOneThread 2023-04-29 01:45:30 +03:00
wheremyfoodat
ab5f6cf31c [PICA] Add slt, sgei 2023-04-26 21:46:10 +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
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
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
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
2b492a435e [Services] Uhh implement IPC result header which apparently libctru's apt code nees 2023-04-20 02:03:05 +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
517d1abee8 [Renderer] Temporarily bump texture cache to 256 textures 2023-04-17 14:24:58 +03:00
wheremyfoodat
2d9592768c [ConfigMem] Implement address 0x1FF81086 2023-04-15 02:05:52 +03:00
wheremyfoodat
3a674a1ba0 [FS] Implement ControlArchive 2023-04-12 02:19:16 +03:00
wheremyfoodat
075a244dd0 [FS] Implement SetSize 2023-04-11 01:11:20 +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
4632a62da2 [PICA] Proper texture wrapping 2023-04-03 21:08:31 +03:00
wheremyfoodat
84db6052b3 [PICA] Implement RG8 textures 2023-04-03 18:12:03 +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