Commit graph

2399 commits

Author SHA1 Message Date
wheremyfoodat
93ba95483b [PICA] Add IA4 texture format 2023-02-28 02:00:52 +02:00
wheremyfoodat
19c55b3967 [PICA] Add RGBA5551 textures 2023-02-28 01:52:37 +02:00
wheremyfoodat
f067adb670 [PICA] Add RGBA8 textures 2023-02-28 01:45:16 +02:00
wheremyfoodat
05f084762b [PICA] Add IA8 textures 2023-02-27 21:55:35 +02:00
wheremyfoodat
de7403b512 [PICA] Add RGB565 textures 2023-02-27 21:48:37 +02:00
wheremyfoodat
d0eb284598 [Colour.hpp] Support for 6 to 8-bit colour 2023-02-27 19:50:18 +02:00
wheremyfoodat
8d82ffeee7 [PICA] Commit forgotten texture code (Oops) 2023-02-27 15:39:27 +02:00
wheremyfoodat
1d6e5c8bb6 Fix the build cause I forgot to push this 2023-02-27 02:00:00 +02:00
wheremyfoodat
bf34410e4b [PICA] Blending register definitions 2023-02-27 01:59:28 +02:00
wheremyfoodat
e80679fe77 Geometry pipeline v2
Co-Authored-By: Sky <skylersaleh@gmail.com>
2023-02-26 20:41:33 +02:00
wheremyfoodat
1019f65824 Fix Fedora build 2023-02-18 00:57:42 +02:00
wheremyfoodat
c73ebdcf77 Fix x64 Linux CMake build. 2023-02-18 00:36:23 +02:00
wheremyfoodat
e41932ec2f [OpenGL library] More texture options 2023-02-06 00:40:13 +02:00
wheremyfoodat
ccdab41c28 [PICA] More textures. Upstream should also build now 2023-02-01 01:53:51 +02:00
wheremyfoodat
51130b295a [PICA] More textoor 2023-02-01 00:34:58 +02:00
wheremyfoodat
ce72368f01 [PICA] Texture cache v0.1 2023-01-31 22:59:37 +02:00
wheremyfoodat
03d0d77db8 [PICA] Add texture swizzling 2023-01-31 22:47:19 +02:00
wheremyfoodat
dd17b2ecb8 [PICA] Start working on textures 2023-01-31 21:34:42 +02:00
wheremyfoodat
f7824774eb [NDM] Stub ResumeScheduler 2023-01-29 17:50:46 +02:00
wheremyfoodat
c3b2699d47 [MIC] Stub StartSampling 2023-01-29 17:42:52 +02:00
wheremyfoodat
272926a2ce [MIC] Add SetClamp, SetPower 2023-01-29 17:36:06 +02:00
wheremyfoodat
29a740dae9 [MIC] Implement GetGain & SetGain 2023-01-29 16:50:44 +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
687c99cab6 [FS] Add DeleteFile 2023-01-29 01:27:27 +02:00
wheremyfoodat
a1cb50925f [NCCH] Add support for reading Miis out of NAND 2023-01-28 22:25:20 +02:00
wheremyfoodat
4e64f722e5 [Kernel] ExitThread [FS] Start implement archive 0x2345678A 2023-01-26 17:49:17 +02:00
wheremyfoodat
7c2dd34eba [CFG] Stub GenUniqueConsoleHash 2023-01-26 02:20:54 +02:00
wheremyfoodat
f992ecacab [CFG] Add more configs 2023-01-26 01:27:05 +02:00
wheremyfoodat
4e04e58fbe [FS] Fix file path oopsie 2023-01-26 01:26:04 +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
da50d0f6a4 Update CMakeLists.txt 2023-01-24 22:51:21 +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
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
93d2d300b9 [FS] Start implementing CreateFile 2023-01-22 14:53:23 +02:00
wheremyfoodat
ee11a9e7c6 const -> constexpr 2023-01-22 14:24:41 +02:00
wheremyfoodat
995dfb81df ExtSaveData work 2023-01-22 14:23:28 +02:00
wheremyfoodat
902b877c40 [IOFIle] Add constructors 2023-01-16 21:39:12 +02:00
wheremyfoodat
b1f2be98fa [FS] Add app data folder, add path safety checks 2023-01-16 01:06:43 +02:00
wheremyfoodat
c16bf5c8aa [Kernel] Make File::GetSize panic 2023-01-14 02:40:24 +02:00
wheremyfoodat
deaf7d518c [FS] More concrete path impl 2023-01-14 01:46:48 +02:00
wheremyfoodat
1730ab9734 Stub AM::GetDLCTitleInfo got PMD: Gates to Infinity 2023-01-13 23:41:20 +02:00
wheremyfoodat
708bf9f040 Fix merge failure 2023-01-13 22:59:25 +02:00
wheremyfoodat
eae9bc67dd Merge branch 'Sync-Objects' of https://github.com/wheremyfoodat/Virtual3DS into Sync-Objects 2023-01-10 00:37:27 +02:00
wheremyfoodat
c31b2b8910 [ExtSaveData] More work 2023-01-07 03:44:15 +02:00
wheremyfoodat
79c89f1f63 Starting work on (Shared)ExtSaveData archive 2023-01-07 03:30:32 +02:00
wheremyfoodat
bbb62a83d0 [PICA] Implement RCP 2023-01-07 01:34:34 +02:00