mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-30 05:06:12 +02:00
wow, this is fuckery of abi breakage (1/2)
This commit is contained in:
parent
97cc97b933
commit
bb66fbea51
2 changed files with 4 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ u32 Maxwell3D::ProcessShadowRam(u32 method, u32 argument) {
|
||||||
return argument;
|
return argument;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Maxwell3D::ConsumeSinkImpl() {
|
void Maxwell3D::ConsumeSinkImpl(Core::System& system) {
|
||||||
std::stable_sort(method_sink.begin(), method_sink.end(),
|
std::stable_sort(method_sink.begin(), method_sink.end(),
|
||||||
[](const auto& a, const auto& b) { return a.first < b.first; });
|
[](const auto& a, const auto& b) { return a.first < b.first; });
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
|
// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue