mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-24 20:01:02 +00:00
Added a comment explaining what is being tested for
This commit is contained in:
parent
f62418fc07
commit
fd6b510038
|
@ -1,3 +1,10 @@
|
||||||
|
"""See https://github.com/unicorn-engine/unicorn/issues/161
|
||||||
|
|
||||||
|
Ensure that constants which are specified via a typedef, rather than an enum,
|
||||||
|
are included in the bindings by the script for autogenerating mappings for
|
||||||
|
constants.
|
||||||
|
"""
|
||||||
|
|
||||||
import unicorn
|
import unicorn
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue