Panda3DS/include
Wunkolo c7a93c4f52 Warn on failed surface creation for vulkan
Vulkan can technically work just fine without presenting to the user, so
consider these failed window procedures as "warnings" during iteration.
2023-07-22 13:16:23 -07:00
..
crypto Some more thinning 2023-06-27 18:08:57 +03:00
fs Stop lying to people 2023-07-13 00:25:47 +03: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 Add SDL_Window to initGraphicsContext prototype 2023-07-22 13:16:23 -07:00
renderer_gl Add SDL_Window to initGraphicsContext prototype 2023-07-22 13:16:23 -07:00
renderer_null Add SDL_Window to initGraphicsContext prototype 2023-07-22 13:16:23 -07:00
renderer_sw Add empty sw renderer class 2023-07-22 20:24:49 +03:00
renderer_vk Warn on failed surface creation for vulkan 2023-07-22 13:16:23 -07:00
result hle: Add proper type for result code 2023-06-16 20:09:37 +02:00
services Emulator cleanup, add AR conditionals 2023-07-21 00:55:08 +03:00
action_replay.hpp [ActionReplay] Add HID stuff 2023-07-21 03:35:22 +03:00
arm_defs.hpp [Kernel] Add idle thread 2023-04-18 20:42:17 +03:00
cheats.hpp [ActionReplay] More conditional ops 2023-07-21 14:49:04 +03:00
colour.hpp [Colour.hpp] Support for 6 to 8-bit colour 2023-02-27 19:50:18 +02:00
config.hpp Fix EmulatorConfig initialization order 2023-07-17 10:23:19 -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 Get our first AR code running 2023-07-20 13:50:32 +03: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 SDL_Window to initGraphicsContext prototype 2023-07-22 13:16:23 -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