Skip to content

Commit

Permalink
fixed preset_sfx
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumer committed Sep 3, 2024
1 parent 0589d56 commit 928232a
Show file tree
Hide file tree
Showing 17 changed files with 126 additions and 127 deletions.
2 changes: 1 addition & 1 deletion api/sound.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ mutate_sfx:
load_sfx:
args:
filename: string
returns: SfxParams
returns: SfxParams*
description: Create a new sfxr from a .rfx file

unload_sound:
Expand Down
2 changes: 1 addition & 1 deletion cart/c/null0.h
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ void mutate_sfx(SfxParams* params, f32 range, u32 mask);

// Create a new sfxr from a .rfx file
NULL0_IMPORT("load_sfx")
SfxParams load_sfx(char* filename);
SfxParams* load_sfx(char* filename);

// Unload a sound
NULL0_IMPORT("unload_sound")
Expand Down
Binary file modified docs/cart/colorbars.null0
Binary file not shown.
Binary file modified docs/cart/draw.null0
Binary file not shown.
Binary file modified docs/cart/filesystem.null0
Binary file not shown.
Binary file modified docs/cart/flappybird.null0
Binary file not shown.
Binary file modified docs/cart/hello.null0
Binary file not shown.
Binary file modified docs/cart/input.null0
Binary file not shown.
Binary file modified docs/cart/justlog.null0
Binary file not shown.
Binary file modified docs/cart/sound.null0
Binary file not shown.
Binary file modified docs/cart/tracker.null0
Binary file not shown.
Binary file modified docs/cart/typesizes.null0
Binary file not shown.
Loading

0 comments on commit 928232a

Please sign in to comment.