Panda3DS/include
Wunkolo ceff20f57f Add configurable Renderer backend
There are still some initialization errors to work through, such as
config not being initialized properly by the time GPU tries to utilize
it too. Also some life-time issues. But manually forcing it to use the
Null backnd successfully works and allows games to be "played"
headlessly.
2023-07-17 10:13:34 -07:00
..
crypto Some more thinning 2023-06-27 18:08:57 +03:00
fs hle: Add proper type for result code 2023-06-16 20:09:37 +02:00
kernel Add WIFI MAC to ConfigMem and stub reads 2023-07-11 15:28:16 -05:00
loader feat: Add support for encrypted NCSD 2023-06-22 17:41:08 +02:00
PICA Merge pull request #98 from Wunkolo/modular-gl 2023-07-16 03:48:07 +03:00
renderer_gl Add virtual deconstructor override 2023-07-17 09:30:12 -07:00
renderer_null Add Null rendering backend 2023-07-17 09:34:10 -07:00
result hle: Add proper type for result code 2023-06-16 20:09:37 +02:00
services Formatting 2023-07-11 03:08:12 +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
config.hpp Add configurable Renderer backend 2023-07-17 10:13:34 -07: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 Add configurable Renderer backend 2023-07-17 10:13:34 -07:00
helpers.hpp Add explicit return-type overload for getBits 2023-07-10 12:33:37 -07:00
httpserver.hpp Add /status command in http server 2023-07-10 13:52:40 +03:00
io_file.hpp IOFile: Allow multiple opens on the same object 2023-07-07 16:51:14 +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 [IR:USER] Add empty service 2023-07-08 19:35:59 +03:00
memory.hpp Fix C4267/C4244 warnings 2023-07-10 12:33:37 -07:00
metaprogramming.hpp Making helpers.hpp thinner 2023-06-27 01:49:12 +03:00
renderer.hpp Add configurable Renderer backend 2023-07-17 10:13:34 -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