mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
Various formatting and consistency fixes
This commit is contained in:
parent
5fb94230cd
commit
b25e1a2eb4
61 changed files with 143 additions and 178 deletions
|
@ -174,7 +174,7 @@ bool XAudio2::Start()
|
|||
{
|
||||
HRESULT hr;
|
||||
|
||||
// callback doesn't seem to run on a specific cpu anyways
|
||||
// callback doesn't seem to run on a specific CPU anyways
|
||||
IXAudio2* xaudptr;
|
||||
if (FAILED(hr = ((XAudio2Create_t)PXAudio2Create)(&xaudptr, 0, XAUDIO2_DEFAULT_PROCESSOR)))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue