mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 02:19:41 +00:00
Add a do_nothing function
This commit is contained in:
parent
5d22805853
commit
5e2c7a39b7
@ -14,3 +14,7 @@ find_tool() {
|
||||
shift
|
||||
done
|
||||
}
|
||||
|
||||
do_nothing() {
|
||||
:
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user