summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-12Address WIL todos in UICommon.cppSilent
2023-02-12DolphinQt: Only update call stack if pausedJosJuice
2023-02-12DolphinQt: Properly lock CPU before accessing emulated memoryJosJuice
2023-02-12Merge pull request #11553 from MayImilae/rename-viskip-to-vbiskipJMC47
2023-02-11Rename VI Skip to VBI SkipMayImilae
2023-02-11VideoCommon: pass a graphics mod base path to the graphics mod, so it can loo...iwubcode
2023-02-10Merge pull request #11526 from AdmiralCurtiss/netplay-crashAdmiral H. Curtiss
2023-02-10ENetUtil: Add check for valid socket in SendPacket().Admiral H. Curtiss
2023-02-10Merge pull request #11541 from Pokechu22/dsptool-no-redefine-labelAdmiral H. Curtiss
2023-02-10Merge pull request #11549 from Pokechu22/texturecachebase-bitset-includeAdmiral H. Curtiss
2023-02-10Merge pull request #11523 from degasus/OGL_KHR_subgroupJMC47
2023-02-10Merge pull request #11534 from Pokechu22/warning-fixes-feb-2023Scott Mansell
2023-02-10VideoCommon: add constant value to set the allowed maximum number of pixel sa...iwubcode
2023-02-09Suppress memcpy writing to an object with no trivial copy-assignment warningsPokechu22
2023-02-09BreakPoints: Fix shadowing warningPokechu22
2023-02-09MemoryViewWidget: Fix warning: enumeration value ‘Null’ not handled in sw...Pokechu22
2023-02-09CodeWidget: Fix shadowing warningPokechu22
2023-02-09TextureDecoder: Fix warning: array subscript has type ‘char’ [-Wchar-subs...Pokechu22
2023-02-09State: Fix shadowing warningsPokechu22
2023-02-09CommandProcessor: Fix shadowing warningsPokechu22
2023-02-09IOS: Fix shadowing warningsPokechu22
2023-02-09Boot: Fix shadowing warningPokechu22
2023-02-09VertexLoaderBase: Fix shadowing warningPokechu22
2023-02-09GraphicsModManager: Fix shadowing warningPokechu22
2023-02-09InputCommon/XInput2: Fix shadowing warningPokechu22
2023-02-09AudioInterface: Fix warning: declaration of ‘state’ shadows a previous localPokechu22
2023-02-09DSP: Fix warning: declaration of ‘state’ shadows a previous localPokechu22
2023-02-09DVDInterface: Fix warning: declaration of ‘state’ shadows a previous localPokechu22
2023-02-09EXI_DeviceEthernet: Fix warning: operation on ‘current_rwp’ may be undefi...Pokechu22
2023-02-09GCMemcardDirectory: Fix variable shadowing warningPokechu22
2023-02-09SerialInterface: Fix warning: declaration of ‘state’ shadows a previous l...Pokechu22
2023-02-09VideoInterface: Fix warning: declaration of ‘state’ shadows a previous localPokechu22
2023-02-09Resolve various "no previous declaration" warningsPokechu22
2023-02-09Software/Tev: Fix member shadowing warningsPokechu22
2023-02-09Move s_using_custom_client to DiscordPresence.cppPokechu22
2023-02-09Fix warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20Pokechu22
2023-02-09Suppress -Winvalid-offsetof for PowerPC::PowerPCStatePokechu22
2023-02-09TextureCacheBase: Remove unused bitset includePokechu22
2023-02-09Merge pull request #11498 from iwubcode/save_pipeline_configJMC47
2023-02-09Merge pull request #11547 from JosJuice/fix-glesMarkus Wick
2023-02-09OGL: Fix GLES crashing on initializationJosJuice
2023-02-09Merge pull request #11544 from jmallach/spngMarkus Wick
2023-02-09VideoBackend/OGL: Prefer KHR_subgroup over NV_shader_thread.degasus
2023-02-09VideoCommon: store the configuration used to create the AbstractPipeline on t...iwubcode
2023-02-09Merge pull request #11539 from phire/improve_workqueuethreadScott Mansell
2023-02-09Merge pull request #11522 from phire/KillRendererWithFireScott Mansell
2023-02-09Hook up Presenter's ConfigChanged functionScott Mansell
2023-02-09Insert a more solid abstraction between Qt and ImguiScott Mansell
2023-02-09Presenter: Handle blanked frames correctlyScott Mansell
2023-02-09Fix XFB duplicate detectionScott Mansell