| 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 | Merge pull request #3994 from Pringo/update-osx-requirement | Pierre Bourdon | |
| Update OS X Requirement to 10.10 | |||
| 2016-07-09 | Update OS X Requirement to 10.10 | Pringo | |
| 2016-07-09 | Merge pull request #3993 from leoetlino/signal-message | Pierre Bourdon | |
| DolphinWX: Print a message when a signal is received | |||
| 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 | Merge pull request #3992 from mimimi085181/wiimote-netplay-fix-second-session | Pierre Bourdon | |
| Netplay: Fix 2nd session on Wiimote netplay | |||
| 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 | Merge pull request #3949 from mimimi085181/restore-wiimote-netplay | Pierre Bourdon | |
| Restore wiimote netplay | |||
| 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-02 | Automatic translation resources update from Transifex | Dolphin i18n Bot | |
| 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 | Merge pull request #3975 from lioncash/header | Mat M | |
| FifoPlayer: Remove unnecessary headers/namespace cleanup | |||
| 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-07-01 | Merge pull request #3971 from Pringo/master | Pierre Bourdon | |
| Remove Remaining Boomy Icons and Replace With Placeholders | |||
| 2016-06-30 | Add Dump Path to Configuration Menu | Chris Burgener | |
| 2016-06-30 | Remove Remaining Boomy Icons and Replace With Placeholders | Pringo | |
| Replace Boomy Icons With Placeholders | |||
| 2016-06-30 | Merge pull request #3968 from hthh/mov-bug | Pierre Bourdon | |
| Jit: Remove unsafe MOV optimization | |||
| 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 | Remove Boomy | JosJuice | |
| Removes the Boomy theme because it doesn't fit Dolphin well. This doesn't affect the Boomy-based debugger icons in Resources. | |||
| 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 | Merge pull request #3965 from lioncash/fifo | Markus Wick | |
| FifoPlayer: Cull some explicit delete and new instances | |||
| 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 | |||
