mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +00:00
Add a do_nothing function
This commit is contained in:
parent
094be73b66
commit
0a1f95a089
@ -14,3 +14,7 @@ find_tool() {
|
|||||||
shift
|
shift
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_nothing() {
|
||||||
|
:
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user