mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-28 21:26:07 +00:00
Avoid shadowing variables.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6613 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
c68ae8e91e
commit
38a46ddf94
6 changed files with 1920 additions and 1919 deletions
|
@ -98,7 +98,6 @@ void TexDecoder_OpenCL_Initialize()
|
|||
char *header = NULL;
|
||||
size_t nDevices = 0;
|
||||
cl_device_id *devices = NULL;
|
||||
cl_program program = NULL;
|
||||
size_t *binary_sizes = NULL;
|
||||
char **binaries = NULL;
|
||||
char filename[1024];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue