-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add basic sound support! (No (un)pause, no MOD files)
- Loading branch information
1 parent
2956574
commit c5642b9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule remglk
updated
11 files
+24 −5 | remglk/src/blorb.rs | |
+2 −2 | remglk/src/glkapi/common.rs | |
+0 −19 | remglk/src/glkapi/constants.rs | |
+143 −40 | remglk/src/glkapi/mod.rs | |
+1 −5 | remglk/src/glkapi/protocol.rs | |
+5 −0 | remglk_capi/src/common.rs | |
+10 −0 | remglk_capi/src/dispatch.rs | |
+2 −2 | remglk_capi/src/glk/glk.h | |
+2 −0 | remglk_capi/src/glk/support.c | |
+1 −0 | remglk_capi/src/glk/support.h | |
+55 −2 | remglk_capi/src/glkapi.rs |