Commit Graph

  • 6ae2972444 DSP: add inline opcode documentation Tillmann Karras 2014-02-16 18:29:53 +01:00
  • 9f462a00a0 DSP: remove redundant expression Tillmann Karras 2014-02-16 16:48:14 +01:00
  • 0d6ab2c658 Silence some Windows compiler warnings Tillmann Karras 2014-02-16 16:59:26 +01:00
  • 1e94853301 Merge pull request #78 from degasus/hideSlowdownWarnings Pierre Bourdon 2014-02-16 13:36:35 +01:00
  • e5eff6bc1a Remove slowdown warning degasus 2014-02-16 12:57:17 +01:00
  • bc0584ea52 Merge pull request #76 from Sonicadvance1/arbitrary-exit Ryan Houdek 2014-02-15 22:07:23 -06:00
  • 9b57292395 Fix ARM build Ryan Houdek 2014-02-15 22:05:12 -06:00
  • 96272c89bc Merge pull request #74 from Sonicadvance1/arbitrary-exit Matthew Parlane 2014-02-16 16:51:26 +13:00
  • 77851edc1b Fix the arbitrary exits. We have to make sure that the block links are cleared entirely. Ryan Houdek 2014-02-15 20:41:42 -06:00
  • 0a9fd93eda On block unlinking, wipe the address from the valid links. Ryan Houdek 2013-12-25 18:26:29 -06:00
  • d2a90e6eab If block linking isn't enabled then make sure there isn't a performance hit from getting a block number. Ryan Houdek 2013-12-21 19:24:25 -06:00
  • c5b8c65ddc Initialize linkStatus to false in the ARM JIT cores as well. Ryan Houdek 2013-12-21 19:15:02 -06:00
  • 22b86e64f5 redo 'jit: change our linking module to be able to handle arbitrary exit addresses' Ryan Houdek 2013-12-21 19:10:04 -06:00
  • 647aad0a19 inline SetViewport into VertexShaderManager degasus 2014-02-15 18:57:55 +01:00
  • cbe7656b2f Merge pull request #42 from degasus/latencyFix Pierre Bourdon 2014-02-15 18:22:57 +01:00
  • cf736cd5df Merge pull request #73 from lioncash/ArraySize-Cleanup Pierre Bourdon 2014-02-15 18:22:28 +01:00
  • d5f1f0d4a9 merge some common parts of Swap() into VideoCommon degasus 2014-02-05 11:48:45 +01:00
  • 3551259c7a use EFBRectangle for scissor rect degasus 2014-02-04 21:17:38 +01:00
  • 1f4219b5b4 move perfquery enable checks into videocommon (caller side) degasus 2014-02-04 20:16:03 +01:00
  • 5a660c27bc rename UpdateViewport to SetViewport like all others setters in RenderBase.h degasus 2014-02-04 10:45:38 +01:00
  • 3cd6918dec fix ogl video config crash degasus 2014-02-03 16:59:23 +01:00
  • e5318d2624 move shared parts from VertexManager::vFlush into VideoCommon degasus 2014-02-03 16:56:17 +01:00
  • 655d22512b Kill off some usages of the ArraySize macro. Lioncash 2014-02-15 01:12:13 -05:00
  • 48798d8d34 Merge pull request #70 from lioncash/fifo-unsigned Matthew Parlane 2014-02-15 20:42:15 +13:00
  • b2c0d5d5e6 Merge pull request #71 from lioncash/jit-cleanup Ryan Houdek 2014-02-14 23:11:06 -06:00
  • 867d0f01a2 Remove #if 0 statement in lfd() in Jit64/Jit_LoadStoreFloating.cpp Lioncash 2014-02-14 23:46:09 -05:00
  • 49d6be26cd Remove dead else branch in StoreFromRegister() in Jit64/JitRegCache.cpp Lioncash 2014-02-14 23:43:51 -05:00
  • d42e8817a0 Clean out some old left-behind quantizer stuff in Jit64/Jit_LoadStorePaired.cpp and Jit64/Jit_SystemRegisters.cpp. Lioncash 2014-02-14 23:32:37 -05:00
  • c78faafeae Kill off some silly casting in the FifoPlayer. Lioncash 2014-02-14 22:07:12 -05:00
  • 8e5067500b Merge pull request #67 from jordan-woyak/master Matthew Parlane 2014-02-14 11:16:39 +13:00
  • d6f6672522 Kill auto usage in CISOBlob.cpp per request. Jordan Woyak 2014-02-13 16:09:58 -06:00
  • cec8ac20fc Fixed issue 7020. CISO >4GB failure. Caused by integer overflow. Jordan Woyak 2014-02-13 15:47:42 -06:00
  • 9e56b1d343 Disable framerate correction for OpenAL degasus 2014-02-13 13:22:29 +01:00
  • 06329e2453 Merge pull request #65 from Tilka/nits Matthew Parlane 2014-02-13 21:10:27 +13:00
  • 404624bf0b Turn loops into range-based form Tillmann Karras 2014-02-12 16:00:34 +01:00
  • 2ff794d299 Fix some warnings Tillmann Karras 2014-02-12 21:08:23 +01:00
  • 88526be3b5 Merge pull request #50 from Parlane/inifile_tidy Matthew Parlane 2014-02-13 19:04:27 +13:00
  • 3fe05e0a9f Fix IniFile to use string& instead of char* Also removes .c_str() usages where found. Matthew Parlane 2014-02-08 18:50:37 +13:00
  • 7062cf8657 Interpeter: Fixed ConvertToDouble to match the manual. Scott Mansell 2014-02-06 20:44:42 +13:00
  • cf5938c4df x64Emitter: Fix the PSUBQ instruction's opcode Scott Mansell 2014-02-06 20:41:13 +13:00
  • 1eb8168488 x64Emitter: Add the xmm, xmm form of PSRLQ instruction. Scott Mansell 2014-02-06 20:39:57 +13:00
  • 1f34ed2c25 Re-enable non-IEEE mode support Tillmann Karras 2014-02-03 23:58:54 +01:00
  • f6897039c7 Interpreter: fix float conversions Tillmann Karras 2014-02-03 23:48:31 +01:00
  • db196d8c5b Jit64[IL]: fix float conversions Tillmann Karras 2014-02-03 23:56:11 +01:00
  • c25c4a6e20 x64: add support for some x87 instructions Tillmann Karras 2014-01-25 18:38:06 +01:00
  • ec0d717eea Merge pull request #64 from ExtremeDude2/master Pierre Bourdon 2014-02-12 21:18:47 +01:00
  • 5e0b8b3477 Rename "JITIL experimental recompiler" ExtremeDude2 2014-02-12 10:21:02 -05:00
  • 47d17aef80 Automatic translation template update Dolphin i18n Bot 2014-02-12 00:00:17 +00:00
  • bbd58b8f6a change AI sampling rate based on framelimit degasus 2014-02-11 14:53:53 +01:00
  • ca9fd64df9 controll the interpolation frac by the fifo size degasus 2014-02-06 13:03:40 +01:00
  • d20dbbc92f audiocommon: sync mixer by fifo instead of estimate values degasus 2014-02-06 06:55:45 +01:00
  • 2956ffa5be audiocommon: remove 1:1 interpolation degasus 2014-02-06 06:38:04 +01:00
  • 4a5ef06f71 Merge pull request #59 from Tilka/nit Matthew Parlane 2014-02-11 17:38:25 +13:00
  • 3218f6cca8 x64: drop instructions that don't exist Tillmann Karras 2014-02-11 05:22:53 +01:00
  • 002c8f45ed Merge pull request #58 from lioncash/reppin-pragma-city Pierre Bourdon 2014-02-11 01:38:07 +01:00
  • d2038049f5 Replace all include guard ifdefs with "#pragma once" lioncash 2014-02-10 13:54:46 -05:00
  • a0a65a2906 Merge pull request #44 from degasus/throttling Pierre Bourdon 2014-02-10 16:30:05 +01:00
  • 532cd44003 Use float to calculate the fps/vps degasus 2014-02-10 12:12:23 +01:00
  • a51b5f7815 Drop framelimit by fps degasus 2014-02-06 18:41:25 +01:00
  • f7dc918057 Throttle by coretiming event instead of VI degasus 2014-02-06 18:17:03 +01:00
  • fa038af0c1 Merge pull request #57 from lioncash/net-clarify Pierre Bourdon 2014-02-10 15:44:36 +01:00
  • f5408c3f52 Clarify an if statement in NetPlayClient.cpp. See: https://github.com/LaurentGomila/SFML/issues/26. This was simply an error in documentation. It actually returns an sf::Socket::Status enum value as a result. lioncash 2014-02-10 09:26:29 -05:00
  • 079b1ba93d Merge pull request #56 from Parlane/sprintf_tidy Matthew Parlane 2014-02-10 17:27:31 +13:00
  • 32bfcc034f Some tidy up of sprintf to StringFromFormat Includes a small fix to SetupWiiMemory Matthew Parlane 2014-02-08 14:23:34 +13:00
  • 8d25e12085 Merge pull request #54 from lioncash/cleanup Ryan Houdek 2014-02-09 19:26:15 -06:00
  • 28b5c8be47 Merge pull request #53 from lioncash/remove-another-xchg Pierre Bourdon 2014-02-10 02:01:21 +01:00
  • fc30597f7a Remove function Xchg from SWStatistics.cpp. Like the one previous, this can be replaced with std::swap Lioncash 2014-02-09 19:54:33 -05:00
  • ebb48d019e Clean up some struct indentations Lioncash 2014-02-09 18:29:13 -05:00
  • e57f02e68b Automatic translation resources update from Transifex Dolphin i18n Bot 2014-02-10 00:00:47 +00:00
  • 0030784cbf Merge pull request #38 from Sonicadvance1/GLExt-lessfail Ryan Houdek 2014-02-09 17:48:34 -06:00
  • 40182a48a5 Cleanup enum indentations. Lioncash 2014-02-09 16:03:16 -05:00
  • e59f770ccb Revert "Merge pull request #49 from Parlane/sprintf_tidy" Pierre Bourdon 2014-02-09 16:12:59 +01:00
  • 9da6900595 Merge pull request #12 from Armada651/osx_rumble Pierre Bourdon 2014-02-09 16:10:07 +01:00
  • 2063eddfa3 ForceFeedback: Fixed scoping bug Jules Blok 2014-02-09 16:59:47 +09:00
  • 992b91c082 ForceFeedback: Don't depend on the force_type_name index. Jules Blok 2014-02-09 15:04:51 +09:00
  • c6d650c058 ForceFeedback: Add OSX rumble support Jules Blok 2014-01-29 08:11:51 +09:00
  • 02a95c139e ControllerInterface: Move DInput ForceFeedback support to a seperate class Jules Blok 2014-02-05 19:28:32 +09:00
  • 6a5cd02629 Cleanup GLExtensions on how it fails. If there is an issue with a reported extension, disable it instead of failing out entirely. Fixes an issue with buffer_storage that I had overlooked as well. Ryan Houdek 2014-02-05 19:00:07 +00:00
  • 56603b297a Merge pull request #52 from Sonicadvance1/GLExt-compiletime Ryan Houdek 2014-02-08 15:51:02 -06:00
  • 9f91769def Improve GLExtensions compile time. This changes from using logical and to bitwise and, which causes the compile time to drop from an absurd amount of time to around five seconds on my crappy laptop. Ryan Houdek 2014-02-08 15:04:17 -06:00
  • 323b139e37 Merge pull request #51 from Linktothepast/master Pierre Bourdon 2014-02-08 12:50:42 +01:00
  • 7410bddaf0 Gameini update for FINAL FANTASY FABLES: Chocobo's Dungeon. Linktothepast 2014-02-08 12:29:31 +02:00
  • 28755439b3 Merge pull request #49 from Parlane/sprintf_tidy Matthew Parlane 2014-02-08 14:35:31 +13:00
  • ebff7974c3 Some tidy up of sprintf to StringFromFormat Matthew Parlane 2014-02-08 14:23:34 +13:00
  • 64e01ec763 Merge pull request #48 from Parlane/SetupWiiMemory_tidy Matthew Parlane 2014-02-08 00:22:24 +13:00
  • 4f97666bfd Merge pull request #20 from degasus/pulseaudioRewrite Pierre Bourdon 2014-02-07 11:51:25 +01:00
  • 6b980cbf30 Tidy up SetupWiiMemory Matthew Parlane 2014-02-07 17:26:50 +13:00
  • 70e2ed320d Revert "Merge pull request #47 from lioncash/remove-stringfromint" Pierre Bourdon 2014-02-07 00:26:33 +01:00
  • ab124b96c4 Atomic Stores / Loads degasus 2014-02-03 22:52:34 +01:00
  • 5c646d334a Pulseaudio: rewrite the pa backend with the async api degasus 2014-01-31 22:00:33 +01:00
  • 12d026c544 Merge pull request #47 from lioncash/remove-stringfromint Pierre Bourdon 2014-02-07 00:19:15 +01:00
  • 6d678490f5 Merge pull request #46 from Sonicadvance1/Android-removeDLCache Pierre Bourdon 2014-02-07 00:18:40 +01:00
  • 4c6d4cc270 Merge pull request #41 from Parlane/printf_warnings Pierre Bourdon 2014-02-07 00:18:12 +01:00
  • 05742ffd48 Remove function StringFromInt from StringUtil.cpp/.h. C++11 has std::to_string for this now. Lioncash 2014-02-06 18:08:31 -05:00
  • 3666178f85 Remove Cache DL option from Android UI This option has been removed entirely from Dolphin, so remove the option from Android Ryan Houdek 2014-02-06 17:02:38 -06:00
  • 8ad6f154a4 Merge pull request #45 from Sonicadvance1/GLInterface-typo Pierre Bourdon 2014-02-06 23:40:06 +01:00
  • 7a9f7bfa83 Fix a typo in EGL.h for setting mode. Seems to have been a copy and paste issue where SetMode would always set to DETECT This isn't right since mode should be set correctly by SetMode Ryan Houdek 2014-02-06 21:41:11 +00:00
  • 70d2592ffb Fix warnings found by StringFromFormat having printf style checking. Matthew Parlane 2014-02-07 01:38:08 +13:00
  • 09cc7e2ddf Give StringFromFormat a printf format attribute. It gives StringFromFormat printf style arguments that should be type-checked against a format string. Matthew Parlane 2014-02-07 01:10:04 +13:00
  • 2356e2950f Merge pull request #39 from lioncash/simplify-hle-net-funcs Matthew Parlane 2014-02-06 21:36:12 +13:00