mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 14:27:55 -05:00
Use negative priorities to avoid special-casing the self-include
This commit is contained in:
@ -2,13 +2,13 @@
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "core/hle/service/dsp_dsp.h"
|
||||
#include <algorithm>
|
||||
#include <cinttypes>
|
||||
#include "audio_core/hle/pipe.h"
|
||||
#include "common/hash.h"
|
||||
#include "common/logging/log.h"
|
||||
#include "core/hle/kernel/event.h"
|
||||
#include "core/hle/service/dsp_dsp.h"
|
||||
|
||||
using DspPipe = DSP::HLE::DspPipe;
|
||||
|
||||
|
Reference in New Issue
Block a user