mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 05:25:31 +00:00
Fix capitalization for unicorn.h mapping in java and go binding
This commit is contained in:
parent
52b04f5939
commit
c24944cfa9
2
bindings/const_generator.py
Normal file → Executable file
2
bindings/const_generator.py
Normal file → Executable file
|
@ -36,7 +36,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