..
crypto
feat: crypto: Add basic AES keyslot manager
2023-06-22 17:37:21 +02:00
fs
hle: Add proper type for result code
2023-06-16 20:09:37 +02:00
kernel
Merge pull request #37 from marysaka/feat/proper-hle-result
2023-06-17 18:39:36 +03:00
loader
[LZ77 decompressor] Move to own source file
2023-03-21 19:49:01 +02:00
PICA
Add TexEnv PICA register offsets
2023-06-20 14:55:12 -07:00
renderer_gl
Bisect TextureFmt
and ColorFmt
2023-06-18 08:22:14 -07:00
result
hle: Add proper type for result code
2023-06-16 20:09:37 +02:00
services
Merge pull request #37 from marysaka/feat/proper-hle-result
2023-06-17 18:39:36 +03:00
arm_defs.hpp
[Kernel] Add idle thread
2023-04-18 20:42:17 +03:00
colour.hpp
[Colour.hpp] Support for 6 to 8-bit colour
2023-02-27 19:50:18 +02:00
cpu.hpp
[CPU] Move ARM definitions to arm_defs.hpp file
2022-09-20 15:43:37 +03:00
cpu_dynarmic.hpp
[CPU] fprs() should return std::span<u32, 32> (Fixes memory corruption bug in threads.cpp)
2023-06-16 22:20:59 +03:00
dynarmic_cp15.hpp
[CP15] Fix comment
2022-09-28 19:05:03 +03:00
emulator.hpp
feat: crypto: Add basic AES keyslot manager
2023-06-22 17:37:21 +02:00
helpers.hpp
feat: crypto: Add basic AES keyslot manager
2023-06-22 17:37:21 +02:00
io_file.hpp
[FS] Implement SetSize
2023-04-11 01:11:20 +03:00
ipc.hpp
[Services] Uhh implement IPC result header which apparently libctru's apt code nees
2023-04-20 02:03:05 +03:00
logger.hpp
Update logger.hpp
2023-06-03 01:43:46 +03:00
memory.hpp
Implement 8-bit VRAM writes
2023-06-11 13:14:35 +03:00
opengl.hpp
Add GPU_DEBUG_INFO
CMake-Option
2023-06-20 11:04:52 -07:00
system_models.hpp
[CFG] Add GetSystemModel
2023-05-01 20:37:48 +03:00
termcolor.hpp
Initial commit (I really need to remove Boost)
2022-09-15 04:47:14 +03:00