summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-16DSPLLE: Fix debug logging in ReadMailboxLowPokechu22
2022-06-16DSPLLE: Rename cr to control_regPokechu22
2022-06-16VideoCommon: Name ubershadersTellowKrinkle
2022-06-16VideoCommon: Reduce duplicates of non-palette-requiring texture decode shadersTellowKrinkle
2022-06-15Merge pull request #10748 from tellowkrinkle/SDL22FunJosJuice
2022-06-15Merge pull request #10756 from AdmiralCurtiss/qt-memcard-change-hotfixAdmiral H. Curtiss
2022-06-15Qt/GameCubePane: Fix swapping memory cards mid-emulation.Admiral H. Curtiss
2022-06-14VideoCommon: Don't add garbage to shader uids in debug buildsTellowKrinkle
2022-06-14InputCommon: SDL 2.0.22 init crash workaroundTellowKrinkle
2022-06-14Merge pull request #10743 from tellowkrinkle/LargeBlockRVZJMC47
2022-06-14Merge pull request #10742 from tellowkrinkle/XcodeJMC47
2022-06-14UnitTests: Remove unused include from DSPAssemblyTestPokechu22
2022-06-14UnitTests: Fix license for HermesBinary.cppPokechu22
2022-06-14UnitTests: Edit wait_for_dsp_mail in HermesText to match HermesBinaryPokechu22
2022-06-14UnitTests: Update DSP test text for old renamesPokechu22
2022-06-14UnitTests: Add tests for assembling DSP code to expected binaryPokechu22
2022-06-14DSPDisassembler: Fix disassembly of LSR and ASRPokechu22
2022-06-14UnitTests: Fail DSPAssemblyTest if the assembled code doesn't match the expec...Pokechu22
2022-06-14DSPCodeUtil: Include the PC and hex in the "Extra code words" sectionPokechu22
2022-06-14DSPCodeUtil: Give better output when comparing instructions with large immedi...Pokechu22
2022-06-14DSPDisassembler: Fix out-of-bounds read when the last word is an instruction ...Pokechu22
2022-06-14DSPTool: Exit with status 1 if binary comparison failsPokechu22
2022-06-14DSPCodeUtil: Use fmt::print instead of logging in DSP::ComparePokechu22
2022-06-14UnitTests: Use fmt::print in DSPAssemblyTestPokechu22
2022-06-14UnitTests: Use fmt::print in PageFaultTestPokechu22
2022-06-14UnitTests: Fix typo in DSPAssemblyTestPokechu22
2022-06-14UnitTests: Use hermes.s as part of an actual testPokechu22
2022-06-14DSPTool: Remove moved files from VS project filePokechu22
2022-06-14Add post-processing option that can do Integer Scaling.TryTwo
2022-06-14VideoCommon: Don't pass State by inoutTellowKrinkle
2022-06-14VideoCommon: Fix Intel GPUs on Metal/Vulkan locking up in ubershadersTellowKrinkle
2022-06-13Merge pull request #10587 from AdmiralCurtiss/memcard-path-unifyJMC47
2022-06-13Merge pull request #10735 from CasualPokePlayer/audio_dump_volume_fixJMC47
2022-06-13Merge pull request #10737 from Tilka/alignasJosJuice
2022-06-13WiimoteEmu: Expose IMU pointing accelerometer weight setting.Jordan Woyak
2022-06-13Common: replace std::aligned_storage_t with alignasTillmann Karras
2022-06-12Merge pull request #10733 from shuffle2/wsl-lintMai
2022-06-12JitArm64: Remove redundant line in the EmitBackpatchRoutine commentJosJuice
2022-06-12JitArm64: Fix a minor mistake in the EmitBackpatchRoutine commentJosJuice
2022-06-12JitArm64: Properly reserve scratch register for soft MMUJosJuice
2022-06-12JitArm64: Implement "soft MMU"JosJuice
2022-06-12Merge pull request #10744 from OatmealDome/ventura-exceptionMai
2022-06-12MemTools: Always provide a valid pointer in send_msg for mach_msg_overwriteOatmealDome
2022-06-11CMake: Make bundled MoltenVK optionalTellowKrinkle
2022-06-11DiscIO: Fix creation of rvz with > 2mb chunk sizeTellowKrinkle
2022-06-11CMake: Respect SKIP_POSTPROCESS_BUNDLETellowKrinkle
2022-06-11Merge pull request #10734 from JMC47/fzerocheatsiniJMC47
2022-06-11Merge pull request #10739 from JMC47/monsterhouseiniJMC47
2022-06-11Merge pull request #10736 from JMC47/UltiShootColl-INIJosJuice
2022-06-10have audio dumps apply volume (fixes cases of audio dumps being "too loud" an...CasualPokePlayer