mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 04:49:14 +12:00
[Shader JIT] Add caching
This commit is contained in:
parent
364443d66f
commit
4064abfdeb
9 changed files with 77 additions and 5 deletions
2
third_party/cityhash/cityhash.cpp
vendored
2
third_party/cityhash/cityhash.cpp
vendored
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include <algorithm>
|
||||
#include <string.h> // for memcpy and memset
|
||||
#include "cityhash.hpp"
|
||||
#include "include/cityhash.hpp"
|
||||
#include "swap.hpp"
|
||||
|
||||
// #include "config.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue