Panda3DS/src
Wunkolo d781802eb0 Fix render-texture cache lookups
`[32bit loc | 32bit attributes]`
Use `std::map::lower_bound(loc << 32)` to find the first address that matches the key in O(logn) time, finer grained searchs can happen after the fact in O(n) time.

Fixes render-texture cache lookups
2023-08-24 10:40:02 -07:00
..
core Fix render-texture cache lookups 2023-08-24 10:40:02 -07:00
host_shaders Add Vulkan Host-Shader compilation 2023-08-20 23:01:43 -07:00
config.cpp Add SD card configs 2023-08-19 19:31:40 +03:00
discord_rpc.cpp Add Discord RPC (#161) 2023-08-08 00:23:39 +03:00
emulator.cpp [Touchscreen] Properly handle "dragging" stylus across screen 2023-08-20 23:42:55 +03:00
http_server.cpp Rename HTTP server files 2023-07-28 14:21:00 +03:00
io_file.cpp [FS] Better file flushing 2023-07-28 22:42:30 +03:00
main.cpp Add configurable Renderer backend 2023-07-17 10:13:34 -07:00
renderer.cpp [PICA] Rework how external registers work, format 2023-08-04 00:42:11 +03:00
stb_image_write.c Move stb_image_write into its own translation unit 2023-07-11 10:43:20 -07:00