Project

General

Profile

Emulator Issues #12409 ยป dolphin-emu-gcc11.patch

mystro256, 02/09/2021 05:51 PM

View differences:

Source/Core/Common/Config/Config.cpp
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <mutex>
#include <algorithm>
#include <list>
#include <map>
Source/Core/DiscIO/WIACompression.cpp
#include "DiscIO/WIACompression.h"
#include <limits>
#include <algorithm>
#include <cstddef>
#include <cstring>
Externals/rangeset/include/rangeset/rangesizeset.h
#include <cassert>
#include <map>
#include <type_traits>
#include <cstddef>
namespace HyoutaUtilities {
// Like RangeSet, but additionally stores a map of the ranges sorted by their size, for quickly finding the largest or
    (1-1/1)