| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-07-16 | Add ISI logging to interpreter. | magumagu | |
| 2016-07-16 | Add support for DSI exceptions to CachedInterpreter. | magumagu | |
| Should be straightforward. Maybe useful for the purpose of testing. | |||
| 2016-07-16 | JIT: fix handling of PC in dispatcher/block cache. | magumagu | |
| Specifically, don't make any assumptions about what effective addresses are used for code, and correctly handle changes to MSR.DR/MSR.IR. (Split off from dynamic-bat.) | |||
| 2016-07-10 | Merge pull request #3961 from phire/less_virtual_xfb_lag | Pierre Bourdon | |
| XFB: Send image to screen at start of field (Reduce VirtualXFB latency) | |||
| 2016-07-10 | Merge pull request #3995 from RisingFog/remove_vi_movie_playback | Pierre Bourdon | |
| Remove VI count limit on Movie playback | |||
| 2016-07-09 | Remove VI count limit on Movie playback | Chris Burgener | |
| 2016-07-09 | DolphinWX: Print a message when we receive a signal | Léo Lam | |
| This makes it clear that sending a signal a second time will force stop Dolphin (which is useful in case the GUI is deadlocked or otherwise unable to react to the signal). | |||
| 2016-07-09 | Merge pull request #3991 from leoetlino/signal | Pierre Bourdon | |
| DolphinWX: Shut down cleanly on shutdown signal | |||
| 2016-07-08 | Make tries a u32 | mimimi085181 | |
| Before this variable was an u8, which could theoretically result in desyncs with a large buffer(greater than 255*120/200=153) filled with blank inputs. If this could actually happen, i don't know. But this part of the code on its own looks like it could break. | |||
| 2016-07-08 | Fix running more than one session with Wiimotes | mimimi085181 | |
| A static var is not a good idea, when the value needs to be reset for every session. Also, the variable holds the data size, so it makes sense to set the data size, where the data is added. | |||
| 2016-07-08 | DolphinWX: Shut down cleanly on signal | Léo Lam | |
| This makes DolphinWX shut down cleanly, just like it would with File->Exit when it receives a SIGINT, SIGTERM (Unix) or some signals on Windows. The default signal handler will be restored after a first shutdown signal so a second signal will exit Dolphin forcefully. | |||
| 2016-07-08 | Revert pr#3660 | mimimi085181 | |
| https://github.com/dolphin-emu/dolphin/pull/3660 | |||
| 2016-07-08 | Revert pr#3691 | mimimi085181 | |
| https://github.com/dolphin-emu/dolphin/pull/3691 | |||
| 2016-07-07 | Revert pr#3802 | mimimi085181 | |
| https://github.com/dolphin-emu/dolphin/pull/3802 | |||
| 2016-07-06 | Merge pull request #3982 from JosJuice/how-did-this-even-compile | Pierre Bourdon | |
| DolphinWX: Fix a mix-up | |||
| 2016-07-06 | DolphinWX: Fix a mix-up | JosJuice | |
| Caused by a commit of mine, cb3b1b6 | |||
| 2016-07-05 | Merge pull request #3874 from dolphin-emu/revert-3873-argh | JosJuice | |
| Revert "Undo the addition of a translatable string during the string freeze" | |||
| 2016-07-05 | Revert "Undo the addition of a translatable string during the string freeze" | Matthew Parlane | |
| 2016-07-05 | Merge pull request #3878 from mathieui/enable-cheats-for-jmc-the-cheater | Scott Mansell | |
| Sync the "enable cheat" setting over netplay | |||
| 2016-07-05 | Merge pull request #3976 from JosJuice/shutdown-clear-codes | Scott Mansell | |
| PatchEngine: Clear active codes on shutdown | |||
| 2016-07-05 | Formatting and setting is now only temporarily changed (#1) | JDV | |
| Add the cheat setting to the bootmanager config cache, and reformat | |||
| 2016-07-05 | Sync the "enable cheat" setting over netplay | mathieui | |
| 2016-07-01 | PatchEngine: Clear active codes on shutdown | JosJuice | |
| The active codes normally get cleared when a game boots, because LoadPatches gets called, replacing the codes from the previous game. However, there were cases where LoadPatches doesn't get called, and then codes from the previous game would be used for the current game. This commit clears the codes on shutdown so that it doesn't matter whether the boot process loads LoadPatches. | |||
| 2016-07-01 | FifoPlayer: Get rid of semicolons on namespace braces | Lioncash | |
| 2016-07-01 | FifoPlayer: Get rid of unnecessary includes | Lioncash | |
| 2016-07-01 | Merge pull request #3966 from phire/ImNotTheOnlyPersonWhoMakesThisMistake | Markus Wick | |
| Fix broken debug builds in visual studio | |||
| 2016-07-01 | Merge pull request #3972 from RisingFog/merge_addstereosamples | Chris Burgener | |
| Remove AddStereoSamples function | |||
| 2016-07-01 | Remove AddStereoSample function | Chris Burgener | |
| 2016-06-30 | Merge pull request #3944 from RisingFog/configurable_dump_path | Chris Burgener | |
| Add Dump Path to Configuration Menu | |||
| 2016-06-30 | Add Dump Path to Configuration Menu | Chris Burgener | |
| 2016-07-01 | Jit: Remove unsafe MOV optimization | hthh | |
| This optimization broke arithXex in rare cases by emitting XOR where MOV was expected. | |||
| 2016-06-30 | Merge pull request #3967 from JosJuice/remove-boomy | Pierre Bourdon | |
| Remove Boomy | |||
| 2016-06-30 | Fall back to default theme when the configured theme doesn't exist | JosJuice | |
| 2016-06-30 | Don't forget to initalize your variables. | Scott Mansell | |
| 2016-06-29 | FifoDataFile: Convert FifoFrameInfo's fifoData member into a vector | Lioncash | |
| 2016-06-29 | FifoDataFile: Convert MemoryUpdate data member to std::vector | Lioncash | |
| 2016-06-28 | FifoDataFile: Make Load return a unique_ptr | Lioncash | |
| 2016-06-28 | Merge pull request #3891 from RisingFog/split_audio_dump_sample_rate | Chris Burgener | |
| Split Audio Dumps on Sample Rate Changes | |||
| 2016-06-28 | XFB: Send image to screen at start of field. | Scott Mansell | |
| This is much more accurate to the hardware, and saves around 16ms of latency. | |||
| 2016-06-27 | Merge pull request #3930 from RisingFog/split_video_dump_resolution | Chris Burgener | |
| Split Video Dumps on Resolution Change | |||
| 2016-06-27 | Add MOV optimization and MOV_sum | Matt Mastracci | |
| Replaces incarnations of the A=B+C pattern throughout the code so we can apply optimizations consistently. | |||
| 2016-06-27 | Refactor fastmem/trampoline code. | Matt Mastracci | |
| Simplication to avoid reading back the generated instructions, allowing us to handle all possible cases. | |||
| 2016-06-27 | Merge pull request #3454 from mmastrac/gqr_fixes | Markus Wick | |
| JIT perf improvements for quantized loads/stores | |||
| 2016-06-27 | Fix D3D crashes/issues | Chris Burgener | |
| 2016-06-27 | D3D: Fix crash on start with BBox enabled | Léo Lam | |
| Someone removed the BBox::Init(), causing crashes when BBox is enabled. Fixes issue #9643. | |||
| 2016-06-27 | Merge pull request #3957 from lioncash/mutex | Pierre Bourdon | |
| FifoRecorder: Use lock_guard instead of explicit lock/unlock | |||
| 2016-06-27 | FifoRecorder: Use lock_guard instead of explicit lock/unlock | Lioncash | |
| 2016-06-26 | Refactor the paired load/store code | Matt Mastracci | |
| Simplification/reduction of duplicated code. Detect other constant GQR values and inline loads (5-10% speedup) and do direct dispatch to AOT methods for stores. | |||
| 2016-06-26 | LightingShaderGen: Fix formatting | Léo Lam | |
| 2016-06-26 | Merge pull request #3950 from phire/fix-warnings | Markus Wick | |
| VideoCommon: Fix some warnings. | |||
