mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 09:38:23 +00:00
Fix capitalization for unicorn.h mapping in java binding
This commit is contained in:
parent
4e1cb3afde
commit
72d69d5d38
1 changed files with 1 additions and 1 deletions
2
bindings/const_generator.py
Normal file → Executable file
2
bindings/const_generator.py
Normal file → Executable file
|
@ -52,7 +52,7 @@ template = {
|
|||
'x86.h': 'X86',
|
||||
'sparc.h': 'Sparc',
|
||||
'm68k.h': 'M68k',
|
||||
'unicorn.h': 'unicorn',
|
||||
'unicorn.h': 'Unicorn',
|
||||
'comment_open': '//',
|
||||
'comment_close': '',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue