summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/shader_jit_x64.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-03-12 18:15:49 +0100
committerbunnei <bunneidev@gmail.com>2016-03-12 18:15:49 +0100
commit6efb710b2801ff7e2baea0738174b0b8c9a2d9da (patch)
treebbea1de82ade8b69c31b824547a67018886fa561 /src/video_core/shader/shader_jit_x64.cpp
parentshader_jit_x64: Make assert outputs more useful & cleanup formatting. (diff)
downloadyuzu-6efb710b2801ff7e2baea0738174b0b8c9a2d9da.tar
yuzu-6efb710b2801ff7e2baea0738174b0b8c9a2d9da.tar.gz
yuzu-6efb710b2801ff7e2baea0738174b0b8c9a2d9da.tar.bz2
yuzu-6efb710b2801ff7e2baea0738174b0b8c9a2d9da.tar.lz
yuzu-6efb710b2801ff7e2baea0738174b0b8c9a2d9da.tar.xz
yuzu-6efb710b2801ff7e2baea0738174b0b8c9a2d9da.tar.zst
yuzu-6efb710b2801ff7e2baea0738174b0b8c9a2d9da.zip
Diffstat (limited to 'src/video_core/shader/shader_jit_x64.cpp')
-rw-r--r--src/video_core/shader/shader_jit_x64.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader/shader_jit_x64.cpp b/src/video_core/shader/shader_jit_x64.cpp
index 1c700fca7..e6cdfe9c5 100644
--- a/src/video_core/shader/shader_jit_x64.cpp
+++ b/src/video_core/shader/shader_jit_x64.cpp
@@ -789,7 +789,7 @@ CompiledShader* JitCompiler::Compile() {
}
JitCompiler::JitCompiler() {
- AllocCodeSpace(1024 * 1024 * 4);
+ AllocCodeSpace(jit_cache_size);
}
void JitCompiler::Clear() {