-
81b0f3dde0
[Kernel] Much better arbiter & thread scheduling impl
wheremyfoodat
2022-10-10 16:41:08 +03:00
-
d777981204
[SRV] Stub ReceiveNotification
wheremyfoodat
2022-10-09 20:51:29 +03:00
-
5f7804e99f
[GPU] Stub FlushCacheRange, increase size of shader memory
wheremyfoodat
2022-10-09 19:48:51 +03:00
-
4930c1a947
[APT] Stub AppletUtility
wheremyfoodat
2022-10-09 19:30:15 +03:00
-
58b6791971
[APT] Stub ReceiveParameter
wheremyfoodat
2022-10-09 19:22:23 +03:00
-
cd13ba6271
[Kernel/APT] Stub some APT and threading stuff to make OoT go further
wheremyfoodat
2022-10-09 18:59:54 +03:00
-
df4cd0642d
Implement reading from RomFS
wheremyfoodat
2022-10-09 18:28:45 +03:00
-
272cdefca1
Filesystem stuff
wheremyfoodat
2022-10-09 15:59:09 +03:00
-
5992a58351
[Kernel] Implement err:f
wheremyfoodat
2022-10-05 00:29:29 +03:00
-
88c93645e3
[Kernel] Fix DuplicateHandle, fix typo, panic on FS::OpenFileDirectly
wheremyfoodat
2022-10-03 21:05:41 +03:00
-
fca54b99a7
We can *actually* load commercial carts now
wheremyfoodat
2022-10-03 20:18:14 +03:00
-
87bf469447
We can almost load commercial carts now
wheremyfoodat
2022-10-03 19:10:09 +03:00
-
36b0117ebc
[ExeFS] LZ77 decompression for .code file
wheremyfoodat
2022-10-03 00:22:41 +03:00
-
cd1037857a
[NCCH] You guessed it, more parsing
wheremyfoodat
2022-10-02 03:54:15 +03:00
-
71cc187f93
[NCSD/NCCH] More NCSD parsing
wheremyfoodat
2022-10-02 03:26:24 +03:00
-
6b6cc7ca2f
[NCCH/NCSD] Pain
wheremyfoodat
2022-10-01 19:40:40 +03:00
-
29241b41ce
Add Cryptopp
wheremyfoodat
2022-10-01 18:53:53 +03:00
-
f6c2e390c1
More NCSD loading
wheremyfoodat
2022-10-01 16:21:05 +03:00
-
9a040e1cde
Add IOFile and headers for NCSD/NCCH
wheremyfoodat
2022-10-01 03:28:12 +03:00
-
7ba5c5a1bc
Detect ROM format
wheremyfoodat
2022-10-01 03:22:20 +03:00
-
bef634114d
[GPU] Fix triangle demo
wheremyfoodat
2022-10-01 02:52:08 +03:00
-
8b85255f4c
[PICA] Alpha test and some new registers
wheremyfoodat
2022-10-01 02:40:08 +03:00
-
6adc56df4e
[CP15] Fix comment
wheremyfoodat
2022-09-28 19:05:03 +03:00
-
cdac2526a7
Migrating from SFML to SDL2 && switching Boost to a submodule
wheremyfoodat
2022-09-28 17:34:58 +03:00
-
4395013118
Fix submodules for realsies
wheremyfoodat
2022-09-28 17:25:35 +03:00
-
4d1bb6f866
[PICA] Fix more shader bugs
wheremyfoodat
2022-09-27 02:27:41 +03:00
-
f90dd2d60b
[PICA] Start fixing shader bugs & adding depth (Breaks Mario for now :( )
wheremyfoodat
2022-09-27 00:31:59 +03:00
-
f9287c1eda
Fix dynarmic submodule
wheremyfoodat
2022-09-26 18:43:37 +03:00
-
979519f785
[PICA interpreter] Implement RSQ, MAD, CALLU and boot SM64
wheremyfoodat
2022-09-26 01:05:03 +03:00
-
f4fabdae40
[PICA interpreter] Implement min
wheremyfoodat
2022-09-26 00:07:59 +03:00
-
71814debac
[PICA interpreter] Implement ifc, cmp
wheremyfoodat
2022-09-25 23:59:09 +03:00
-
cd2da6d50f
[PICA] Implement dp3
wheremyfoodat
2022-09-25 18:41:32 +03:00
-
3706c7ee0c
[PICA] Implement loops
wheremyfoodat
2022-09-25 18:34:36 +03:00
-
a5c6fb858f
[PICA] Implement int uniforms
wheremyfoodat
2022-09-25 17:45:59 +03:00
-
4cda023c22
Fix warnings
wheremyfoodat
2022-09-25 17:19:21 +03:00
-
9eb661c768
[PICA] Implement address registers
wheremyfoodat
2022-09-25 16:12:35 +03:00
-
63ff2ac0de
[PICA interpreter] Implement mova
wheremyfoodat
2022-09-25 15:35:28 +03:00
-
0aaf1c317d
[APT] Implement new 3DS check, [OS] Fix mem allog bug & impl more of HID
wheremyfoodat
2022-09-25 03:35:40 +03:00
-
c4cb20f846
[Kernel/Memory] Implement datetime a bit more nicely
wheremyfoodat
2022-09-24 04:40:43 +03:00
-
4da023c236
[Kernel/Memory] Implement DATETIME0
wheremyfoodat
2022-09-24 03:57:21 +03:00
-
61212c9341
[PICA] Implement mul
wheremyfoodat
2022-09-24 03:11:36 +03:00
-
f22d389591
[PICA] Implement add
wheremyfoodat
2022-09-24 03:05:59 +03:00
-
4868eebcd2
[PICA] Short attributes
wheremyfoodat
2022-09-24 02:58:16 +03:00
-
be4fae5104
Trongle
wheremyfoodat
2022-09-24 02:45:57 +03:00
-
75070ca6ef
[PICA interpreter] Implement dp4, end
wheremyfoodat
2022-09-23 15:49:56 +03:00
-
ce07b7e5e0
[PICA] We can now upload floating point uniforms for real
wheremyfoodat
2022-09-23 14:31:26 +03:00
-
92b7ca3b8c
[PICA] We can now upload floating point uniforms
wheremyfoodat
2022-09-23 14:15:04 +03:00
-
a7bde80658
[PICA] There's 96 float uniforms, not 8
wheremyfoodat
2022-09-23 04:15:28 +03:00
-
9d48541e98
[PICA interpreter] Implement
mov
wheremyfoodat
2022-09-23 04:08:23 +03:00
-
057aa57422
[PICA] Start implementing shader interpreter
wheremyfoodat
2022-09-23 02:43:51 +03:00
-
4b3c7955dd
[PICA] Fixed vertex attribute uploads
wheremyfoodat
2022-09-23 02:19:23 +03:00
-
a86796936f
[PICA] We can now parse non-fixed attributes
wheremyfoodat
2022-09-23 01:38:56 +03:00
-
8770e6dc41
[PICA] Why is attribute fetching so hard
wheremyfoodat
2022-09-23 00:55:16 +03:00
-
39bfeda586
[PICA] More progress on attribute parsing
wheremyfoodat
2022-09-22 19:17:19 +03:00
-
434c840aeb
[PICA] Get vertex attributes being semi-properly read
wheremyfoodat
2022-09-22 16:48:43 +03:00
-
1bbd377ee7
[PICA/Kernel] Fix linear heap allocation to make GPU cmd lists work
wheremyfoodat
2022-09-22 16:37:31 +03:00
-
93e5c268e8
[PICA] We now know how to convert attributes to f32
wheremyfoodat
2022-09-22 05:08:01 +03:00
-
dcad7846eb
[PICA] Add header for float types
wheremyfoodat
2022-09-22 04:46:13 +03:00
-
00d82ca6ed
[PICA] Implement drawArrays, get our first triangle data
wheremyfoodat
2022-09-22 04:03:55 +03:00
-
eb536ee147
Fiix std::filesystem::path being bad
wheremyfoodat
2022-09-22 03:46:45 +03:00
-
5993dc4759
[PICA] Shader uploads
wheremyfoodat
2022-09-22 03:46:19 +03:00
-
36a30da78d
[NDM] Stub NDM service
wheremyfoodat
2022-09-22 00:33:54 +03:00
-
aef1520f17
[Kernel] Implement GetThreadID, stub DuplicateHandle
wheremyfoodat
2022-09-22 00:02:50 +03:00
-
0b2e22ca6d
[Memory] Implement APPMEMALLOC
wheremyfoodat
2022-09-21 22:49:22 +03:00
-
db48d08c34
[Kernel, Memory] Add GetProcessInfo, fix memory management bugs
wheremyfoodat
2022-09-21 22:43:43 +03:00
-
71ca62e2cc
[GPU] Get PICA register access working
wheremyfoodat
2022-09-21 19:10:53 +03:00
-
09000da701
[GPU/GSP] Get our first command list
wheremyfoodat
2022-09-21 03:45:33 +03:00
-
8692e7fc6b
[GPU] Start implementing commands
wheremyfoodat
2022-09-21 03:15:43 +03:00
-
fef585ebb3
[GSP::GPU] Add forgotten error codes
wheremyfoodat
2022-09-21 01:01:02 +03:00
-
1c8a9e8b56
[GSP::GPU] Stub FlushDataCache
wheremyfoodat
2022-09-21 00:59:38 +03:00
-
cbefe3c2d0
[Kernel] Implement GetSystemTick
wheremyfoodat
2022-09-21 00:48:51 +03:00
-
5bcdf4d063
[Memory] Add read16 (how did I never notice this was missing?)
wheremyfoodat
2022-09-21 00:33:32 +03:00
-
2088b59f10
[GPU::GSP] Send VBlank1 alongside VBlank0
wheremyfoodat
2022-09-21 00:33:05 +03:00
-
994cb875c1
[GSP::GPU] Implement SetLCDForceBlack
wheremyfoodat
2022-09-20 23:56:17 +03:00
-
3ccba6db40
[GSP::GPU] We can now request interrupts
wheremyfoodat
2022-09-20 23:22:35 +03:00
-
194761ca54
[Kernel] Fix IPC on non-main threads
wheremyfoodat
2022-09-20 19:23:16 +03:00
-
d3a2591d19
[Kernel] Implement ClearEvent, stub WaitSynchronization1
wheremyfoodat
2022-09-20 19:02:52 +03:00
-
6bfe321777
[Kernel] Allocate TLS for other threads, fix CreateThread svc
wheremyfoodat
2022-09-20 17:51:24 +03:00
-
77078f73b3
[Kernel] Fix ArbitrateAddress
wheremyfoodat
2022-09-20 16:50:20 +03:00
-
919951516a
[CPU] Clean up ARM defs
wheremyfoodat
2022-09-20 15:51:05 +03:00
-
33fc380896
[CPU] Move ARM definitions to arm_defs.hpp file
wheremyfoodat
2022-09-20 15:43:37 +03:00
-
9b95bd87f1
We can now change threads
wheremyfoodat
2022-09-20 15:30:41 +03:00
-
1678cd6172
Hacks to let the kernel access the CPU and vice versa (TODO: Fix)
wheremyfoodat
2022-09-20 03:49:53 +03:00
-
0d9088eddc
Add status variable to threads
wheremyfoodat
2022-09-20 03:20:51 +03:00
-
1ac9417d50
[Kernel] More threading work
wheremyfoodat
2022-09-20 01:50:32 +03:00
-
11d8a43bd8
[Kernel] More address arbiter stuff
wheremyfoodat
2022-09-20 01:30:45 +03:00
-
8bfa29568a
[Kernel] Start implementing address arbiters
wheremyfoodat
2022-09-20 00:53:39 +03:00
-
f100601caf
[Kernel] More cleanup
wheremyfoodat
2022-09-19 23:27:54 +03:00
-
ad07c70772
[Kernel] Cleaning up
wheremyfoodat
2022-09-19 22:19:36 +03:00
-
1c4348248d
[Kernel] CreateThread stub
wheremyfoodat
2022-09-19 16:29:50 +03:00
-
765b51696e
[Kernel] Stub MapMemoryBlock, hopefully touch the memory allocator for the last time in a while
wheremyfoodat
2022-09-19 14:15:24 +03:00
-
45c016d12e
[Kernel] Hopefully implement the QueryMemory svc remotely correctly
wheremyfoodat
2022-09-19 01:33:12 +03:00
-
6bb2bd67df
[GSP::GPU] Implement writeHwRegsWithMask
wheremyfoodat
2022-09-18 23:16:36 +03:00
-
99e795c141
[GSP::GPU] Implement writeHwRegs
wheremyfoodat
2022-09-18 22:52:24 +03:00
-
a5384095df
Fix GSP::GPU::RegisterInterruptRelayQueue and add ResetType defs
wheremyfoodat
2022-09-18 19:08:16 +03:00
-
a91035abf4
Initial impl for createEvent SVC
wheremyfoodat
2022-09-18 18:17:41 +03:00
-
68698ae7a7
Add GSP::GPU::AcquireRight
wheremyfoodat
2022-09-18 17:30:26 +03:00
-
a56b67f3ba
Added GSP services
wheremyfoodat
2022-09-18 16:38:10 +03:00
-
818ade660d
Rename test folder & update gitignore
wheremyfoodat
2022-09-18 15:58:35 +03:00
-
912405b99e
Add triangle test ROM
wheremyfoodat
2022-09-18 05:13:25 +03:00