summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-02Merge pull request #2687 from AdmiralCurtiss/temp-settings-ini-hotfixstableMarkus Wick
Config Hotfix: Prevent per-game settings (ie. GameINI) being stored to the global user configuration.
2015-10-28Merge pull request #2816 from comex/huh-where-did-this-gocomex
Make the LLVM detect script verify that the dynamic library actually exists.
2015-10-03Merge pull request #2717 from phire/fix-reorderingScott Mansell
PPCAnalyst: Don't swap instruction which might cause interrupts.
2015-09-23Merge pull request #3066 from degasus/masterflacs
GLInterface: Fix VideoSW on linux + OSX (v2) Conflicts: Source/Core/VideoBackends/OGL/GLInterface/GLX.cpp
2015-09-23Merge pull request #2829 from JosJuice/fix-wii-fst-size-2Lioncash
Fix reading Wii FST size (for real this time)
2015-09-23Merge pull request #3025 from Tilka/fixfixRyan Houdek
VertexLoaderX64: fix 2GB warnings
2015-09-23Merge pull request #2995 from endrift/tasinputdlg-threadingLioncash
DolphinWX: TAS fixes, take three
2015-09-23Merge pull request #2968 from t27duck/lost_levels_missing_iniScott Mansell
Add missing INI file for SMB: The Lost Levels
2015-09-23Merge pull request #2933 from t27duck/mm5_missing_iniScott Mansell
Added missing Mega Man 5 INI file
2015-09-07Merge pull request #2996 from jcowgill/stablePierre Bourdon
Fix build error with -Werror=format-security
2015-09-07Reinstate format string.yerejm
Avoid the consequences in the unlikely event the path includes a %.
2015-09-02Merge pull request #2885 from endrift/tasinputdlg-threadingLioncash
DolphinWX: Finish removing bandaid from 704f787
2015-09-02Merge pull request #2834 from endrift/tasinputdlg-threadingLioncash
DolphinWX: Ensure TASInputDlg only gets modified on the main thread
2015-09-01Merge pull request #2696 from RisingFog/tasinputLioncash
Fix random hangs when loading savestates with TAS Input
2015-09-01Merge pull request #2689 from RisingFog/patch-1skidau
Fix TASInput Crash When Stick Bitmap Is Null
2015-09-01Merge pull request #2914 from JosJuice/fix-volumedirectoryMarkus Wick
Fix VolumeDirectory
2015-09-01Merge pull request #2894 from Sonicadvance1/no_more_eaten_canaryMarkus Wick
Fix the shader overrunning our max shader size.
2015-08-19Merge pull request #2830 from JosJuice/disc-scrubber-nullptrLioncash
DiscScrubber: Add another nullptr check
2015-08-18DiscScrubber: Add another nullptr checkJosJuice
2015-08-17Merge pull request #2828 from JosJuice/sonic-riders-sudtrJules Blok
Set Speed Up Disc Transfer rate in the Sonic Riders INI
2015-08-16Merge pull request #2857 from Danbsky/gameiniMarkus Wick
Gameini: Add ZTP Hyrule Field Speed Hack to GC NTSC-J version
2015-08-16Merge pull request #2858 from lioncash/leakLioncash
DolphinWX: Fix memory leaks occurring in ISOProperties
2015-08-16Merge pull request #2763 from endrift/update-gtestRyan Houdek
Externals: Update gtest to r733
2015-08-16Merge pull request #2794 from randomstuff/evdev-stableScott Mansell
Stable device identifier for evdev
2015-08-16Merge pull request #2856 from mathieui/netplay-freeMarkus Wick
[netplay] Fix a crash
2015-08-16Merge pull request #2854 from Tilka/valgrindMarkus Wick
Fix some small stuff found with Valgrind Conflicts: Source/Core/Core/PowerPC/CachedInterpreter.cpp
2015-08-16Merge pull request #2852 from aserna3/masterMarkus Wick
Changed GC adapter "Direct Connect" to false by default Conflicts: Source/Core/Core/ConfigManager.cpp
2015-08-15Merge pull request #2817 from comex/clientca-typoMarkus Wick
Forgot to add a slash in one bit of code I switched from D_WIIUSER_IDX to D_SESSION_WIIROOT_IDX.
2015-08-13Merge pull request #2024 from RisingFog/irguiMarkus Wick
Add UI Support for up to 8x Internal Resolutions
2015-08-12Merge pull request #2835 from degasus/masterMarkus Wick
Wiimotes: Initialize all atomic<bool> globally.
2015-08-10Set Speed Up Disc Transfer rate in the Sonic Riders INIJosJuice
091db36 added a new delay for disc commands in an attempt to fix issues. It fixed Sonic Riders crashing after the third level... or so we thought. 091db36 also happened changed the order disc reads happen in so that the data is copied to memory before the emulated delay is finished. This was inaccurate and caused an audio problem in Resident Evil 3, leading to the old order being restored in 8cc6e5c. Now that the order is correct, Sonic Riders is broken again, despite 091db36's delay still existing. We're more or less back to square one - nobody knows what's broken, and nobody knows how to fix it. This commit restores SUDTR to Sonic Rider's game INI so that it'll work out of the box in 5.0 just like in 4.0.
2015-08-09Merge pull request #2818 from endrift/fix-gdbstub-build-stablecomex
PowerPC: Fix GDBStub build (stable)
2015-08-08PowerPC: Fix GDBStub buildJeffrey Pfau
2015-08-08Merge pull request #2815 from JosJuice/fix-elf-crashcomex
Fix GC software crashing at boot if no disc is inserted
2015-08-08Fix GC software crashing at boot if no disc is insertedJosJuice
Same fix as 0b44d7c, plus a way to skip loading the apploader just like EmulatedBS2_Wii has been able to do for a long time.
2015-07-31CMakeLists: Update version number.Jules Blok
2015-07-31Automatic translation resources update from Transifex5.0-rcDolphin i18n Bot
2015-07-28Automatic translation template updateDolphin i18n Bot
2015-07-25Merge pull request #2777 from Armada651/hotkey-downJules Blok
HotkeyManager: Activate hotkey when key is pressed.
2015-07-25HotkeyManager: Activate hotkey when key is pressed.Jules Blok
As opposed to activating the hotkey when it is released.
2015-07-25FrameTools: Disable hotkeys while a modal dialog is shown.Jules Blok
2015-07-25Core: Don't return true on IsRunning() when stopping emulation.Jules Blok
2015-07-25Revert "Join the emu thread in Core::Stop. Get rid of Core::Shutdown which ↵Jules Blok
did that before." This reverts commit ba664b3293e88ddee94a4b922ced192f3270b569. Added documentation to Core::Shutdown() to prevent breaking changes.
2015-07-23Merge pull request #2768 from Armada651/focus-pauseJules Blok
CFrame: Ignore "Pause on Focus Lost" when not started.
2015-07-22CFrame: Ignore "Pause on Focus Lost" when not started.Jules Blok
2015-07-20DiscIO: Check if m_Disc is null in ParsePartitionData()Trace Bullet
2015-07-20Merge pull request #2752 from Armada651/osx-beepMarkus Wick
CFrame: Claim all keyboard events on OS X.
2015-07-20CFrame: Claim all keyboard events on OS X.Jules Blok
2015-07-13Merge pull request #2741 from endrift/fix-freebsd-build-stableScott Mansell
Fix FreeBSD (stable)
2015-07-13Merge pull request #2705 from phire/fixrumbleScott Mansell
evdev: Delete rumble effects on the correct file descriptor.