Skip to content

Commit

Permalink
Fix DirectSound-sw registration as well & disable formatting
Browse files Browse the repository at this point in the history
it took us 9 months to find this
  • Loading branch information
poco0317 committed Jun 13, 2019
1 parent 48d5b01 commit 96517f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/arch/Sound/RageSoundDriver_DSound_Software.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
#include "Etterna/Singletons/PrefsManager.h"
#include "archutils/Win32/ErrorStrings.h"

REGISTER_SOUND_DRIVER_CLASS2(DirectSound - sw, DSound_Software);
// clang-format off
REGISTER_SOUND_DRIVER_CLASS2(DirectSound-sw, DSound_Software);
// clang-format on

static const int channels = 2;
static const int bytes_per_frame = channels * 2; /* 16-bit */
Expand Down

0 comments on commit 96517f7

Please sign in to comment.