Commit graph

161 commits

Author SHA1 Message Date
wheremyfoodat
71676a79e2 [Kernel] Spam some more RescheduleThreads calls 2023-05-01 00:27:49 +03:00
wheremyfoodat
74b06da6b2 [Kernel] Handle timeout errors properly 2023-04-30 14:41:57 +03:00
wheremyfoodat
5e0c4b76ac [WaitSyncN] r1 should be -1 on timeout 2023-04-30 01:22:43 +03:00
wheremyfoodat
1d06a31113 [Kernel::WaitSyncN] Panic on handleCount == 0 2023-04-30 01:02:35 +03:00
wheremyfoodat
4ed1cf234b Fix typo 2023-04-29 22:32:38 +03:00
wheremyfoodat
dac77cdc1d [Kernel Add WakeupOneThread 2023-04-29 01:45:30 +03:00
wheremyfoodat
069fe37602 [Kernel] Always reschedule on ArbitrateAddress (Fixes MK7) 2023-04-27 00:12:27 +03:00
wheremyfoodat
f1093cda34 [Kernel] Format 2023-04-25 01:57:50 +03:00
wheremyfoodat
0eeff3535f Derp 2023-04-24 23:25:56 +03:00
wheremyfoodat
1cf8af98c2 Another one 2023-04-24 23:13:37 +03:00
wheremyfoodat
3529c9bf67 [Kernel] Fix spontaneous r0 corruption 2023-04-24 23:10:04 +03:00
wheremyfoodat
ef6cc56182 [Address Arbiter] Add comment for clarity 2023-04-24 00:55:56 +03:00
wheremyfoodat
3ed3729bb4 Reschedule threads on event signal (Required for FE:A FMV) 2023-04-24 00:53:46 +03:00
wheremyfoodat
9532e694b3 [Kernel] Acquiring threads 2023-04-23 01:07:21 +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
33158c7908 [Kernel] Make WaitSyncN better 2023-04-21 01:08:13 +03:00
wheremyfoodat
f575d4db82 Fix derp 2023-04-20 22:52:32 +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
fecf038982 [APT/Kernel] More fixing hacks 2023-04-19 23:11:29 +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
075a244dd0 [FS] Implement SetSize 2023-04-11 01:11:20 +03:00
wheremyfoodat
4bef096f04 [FS] Add directory stuff, clean up 2023-03-29 00:23:55 +03:00
wheremyfoodat
1078253f6c [APT/CFG/Kernel] Smash Bros stuff 2023-03-21 22:34:29 +02:00
wheremyfoodat
5d6bf24a9d [Kernel] Add memory mirroring function & throw warning on mprotect 2023-03-21 02:32:47 +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
f68ddebf90 Fix SleepThread SVC (Fixes nullptr access in SM3DL and Pokemon Rumble Blast) 2023-01-25 01:44:14 +02:00
wheremyfoodat
cad046d9a8 [APT] Add shared font 2023-01-23 19:32:13 +02:00
wheremyfoodat
c8a4c7d7fa [FS] Implement ReadFile for files with host OS file descriptors. 2023-01-23 13:34:31 +02:00
wheremyfoodat
e052c16a36 [FS] Implement GetFileSize [PTM] Stub step functions 2023-01-23 03:24:13 +02:00
wheremyfoodat
c16bf5c8aa [Kernel] Make File::GetSize panic 2023-01-14 02:40:24 +02:00
wheremyfoodat
1730ab9734 Stub AM::GetDLCTitleInfo got PMD: Gates to Infinity 2023-01-13 23:41:20 +02:00
wheremyfoodat
400db8ef0a [APT] Some hacks 2023-01-05 21:10:35 +02:00
wheremyfoodat
9f792c2cf5 Add thread logger, split renderer from PICA 2023-01-01 21:04:34 +02:00
wheremyfoodat
6b69010628 [Kernel] Forgot a sortThreads call, oops. 2022-12-31 15:57:24 +02:00
wheremyfoodat
8f796352a6 Fix typos 2022-12-11 03:12:20 +02:00
wheremyfoodat
ca4726aba1 More thread work 2022-12-07 02:08:18 +02:00
wheremyfoodat
70a492fa03 [Kernel] Add log to CreateMutex 2022-11-18 00:01:20 +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
wheremyfoodat
41e01bbdd4 Sync objects 0.1 2022-11-16 22:02:52 +02:00