Panda3DS/include
Wunkolo 52ddaae221 Add getCurrentCommandBuffer for all frame workloads
Rather than allocating new command buffers for each small task, schedule
all work onto the frame's main command buffer to be dispatched at
display-time. Fixes all layout transition and synchronization issues.
2023-08-20 23:01:43 -07:00
..
crypto [AES] Panic when no generator key is provided 2023-08-15 16:03:04 +03:00
fs Implement SaveData::GetFreeBytes and BOSS GetTaskStatus 2023-08-13 14:53:04 +03:00
kernel Add svcGetThreadIdealProcessor 2023-08-20 03:43:26 +03:00
loader Format 2023-08-13 18:20:46 +03:00
PICA Shader Interpreter: implement SGE 2023-08-12 23:46:42 +03:00
renderer_gl Implement reading texture from NULL 2023-08-18 16:19:54 +03:00
renderer_null gpu: Implement basic texcopy 2023-08-06 14:43:30 +03:00
renderer_sw gpu: Implement basic texcopy 2023-08-06 14:43:30 +03:00
renderer_vk Add getCurrentCommandBuffer for all frame workloads 2023-08-20 23:01:43 -07:00
result [CFG] Add GetCountryCodeID 2023-08-08 18:39:13 +03:00
services [Touchscreen] Properly handle "dragging" stylus across screen 2023-08-20 23:42:55 +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 Better cheat interface 2023-07-26 03:27:30 +03:00
colour.hpp [Colour.hpp] Support for 6 to 8-bit colour 2023-02-27 19:50:18 +02:00
compiler_builtins.hpp Optimize logging for user builds 2023-07-27 17:16:45 +03:00
config.hpp Add SD card configs 2023-08-19 19:31:40 +03:00
cpu.hpp [CPU] Move ARM definitions to arm_defs.hpp file 2022-09-20 15:43:37 +03:00
cpu_dynarmic.hpp Remove unused parameter in MyEnvironment 2023-07-27 15:03:50 +03:00
discord_rpc.hpp Add Discord RPC (#161) 2023-08-08 00:23:39 +03:00
dynarmic_cp15.hpp [CP15] Fix comment 2022-09-28 19:05:03 +03:00
emulator.hpp Add Discord RPC (#161) 2023-08-08 00:23:39 +03:00
helpers.hpp gpu: Implement basic texcopy 2023-08-06 14:43:30 +03:00
http_server.hpp Rename HTTP server files 2023-07-28 14:21:00 +03:00
io_file.hpp [FS] Better file flushing 2023-07-28 22:42:30 +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 Add MCU::HWC 2023-08-19 17:44:28 +03:00
math_util.hpp Switch out math_util.hpp 2023-08-04 16:14:41 +03:00
memory.hpp Fix discrepancy between ConfigMem::BatteryLevel and PTM 2023-08-18 22:30:50 +03:00
metaprogramming.hpp Making helpers.hpp thinner 2023-06-27 01:49:12 +03:00
renderer.hpp gpu: Implement basic texcopy 2023-08-06 14:43:30 +03: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