diff options
| author | 2026-04-03 17:55:16 +0700 | |
|---|---|---|
| committer | 2026-04-03 17:55:16 +0700 | |
| commit | a511e3a4e81abbc71fc2d8617256ac1f3d3210ca (patch) | |
| tree | e0807e38f757397d7f3bf8cc00cf5711353ec7a4 /src | |
| parent | 724acf9727927692d0f1bc59e2b04b64ed20fc56 (diff) | |
scripts/genie.lua: updated clangcl build settings to c++20
emu/sound.h: removed unused function declarations
Diffstat (limited to 'src')
| -rw-r--r-- | src/emu/sound.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/sound.h b/src/emu/sound.h index 01230f14b32..1065bdf0509 100644 --- a/src/emu/sound.h +++ b/src/emu/sound.h @@ -123,7 +123,6 @@ namespace emu::detail { void commit(u32 samples); void sync(); - void ensure_size(u32 buffer_size); void set_history(u32 history); u32 available_samples() const { return m_write_position - m_sync_position; } @@ -155,7 +154,6 @@ namespace emu::detail { void commit(u32 samples); void sync(); - void ensure_size(u32 buffer_size); void set_history(u32 history); void resample(u32 previous_rate, u32 next_rate, attotime sync_time, attotime now); |
