You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most common Glk functions (those in perform_glk) could be directly output. Match on the function ID and number of arguments so that wrong argument number calls will fall through to the default implementation.
The text was updated successfully, but these errors were encountered:
The most common Glk functions (those in
perform_glk
) could be directly output. Match on the function ID and number of arguments so that wrong argument number calls will fall through to the default implementation.The text was updated successfully, but these errors were encountered: