Skip to content

Commit

Permalink
auto: use u32 for sound_source_channel_count
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Jan 9, 2023
1 parent ebb1437 commit 5ef86bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniaudio.auto.c.v
Original file line number Diff line number Diff line change
Expand Up @@ -10469,7 +10469,7 @@ pub fn engine_node_uninit(p_engine_node &EngineNode, const_p_allocation_callback
C.ma_engine_node_uninit(p_engine_node, const_p_allocation_callbacks)
}

pub const sound_source_channel_count = int(0xFFFFFFFF)
pub const sound_source_channel_count = u32(0xFFFFFFFF)

[typedef]
struct C.ma_sound_config {
Expand Down

0 comments on commit 5ef86bd

Please sign in to comment.