diff options
| author | comex <comexk@gmail.com> | 2014-08-26 23:17:51 -0400 |
|---|---|---|
| committer | comex <comexk@gmail.com> | 2014-09-28 21:23:28 -0400 |
| commit | f8452ff50103a503546e57ec8c6fc7fd5fa92a29 (patch) | |
| tree | dcf4d8fb599431c76160f06f4f0907aeb2a26c2e /Source/Core/VideoCommon/VertexLoaderManager.cpp | |
| parent | 63c62b277d6850279bd2a982535d5abde824e6e2 (diff) | |
Fix threading issue with vertex loader JIT.
VertexLoader::VertexLoader was setting loop_counter, a *static*
variable, to 0. This was nonsensical, but harmless until I started to
run it on a separate thread, where it had a chance of interfering with a
running vertex translator.
Switch to just using a register for the loop counter.
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoaderManager.cpp')
0 files changed, 0 insertions, 0 deletions
