Commit Graph

  • 3aa5b8fbf6 Merge pull request #5079 from JosJuice/move-loadpatches Markus Wick 2017-03-14 10:44:38 +01:00
  • 884d3973e4 Merge pull request #5083 from lioncash/si Markus Wick 2017-03-14 10:37:28 +01:00
  • c30db8eddc Merge pull request #4932 from PEmu1/toggle-fullscreen Markus Wick 2017-03-14 10:30:34 +01:00
  • d05f59e31d Merge pull request #4876 from ligfx/netplay_move_semantics Markus Wick 2017-03-14 10:20:47 +01:00
  • 46fd06b956 SI_DeviceGCController: Amend variable names Lioncash 2017-03-14 04:51:05 -04:00
  • 31bb41c532 Merge pull request #4973 from z0z0z/master Markus Wick 2017-03-14 10:02:05 +01:00
  • 890f799fdd SI_DeviceGCController: In-class initialize variables Lioncash 2017-03-14 03:34:52 -04:00
  • ef931d5339 Merge pull request #5082 from Armada651/revert-nv-depth Anthony 2017-03-14 00:36:56 +00:00
  • 0a2b58c896 OGL: Remove support for NV_depth_buffer_float. Jules Blok 2017-03-14 01:02:13 +01:00
  • 225ac37f21 SDIOSlot0: Separate IOCtl/IOCtlV behavior into individual functions Lioncash 2017-03-13 16:22:41 -04:00
  • 09682cfaa4 Move LoadPatches calls JosJuice 2017-03-13 22:19:30 +01:00
  • 1b0701e988 Make ControllerEmu::BooleanSetting non-virtual Michael Maltese 2017-02-07 18:28:53 -08:00
  • c4ba046aa3 Remove unused ControllerEmu::BackgroundInputSetting Michael Maltese 2017-02-07 18:28:40 -08:00
  • 24a5411af5 Move 'Background Input' to controller config dialog Michael Maltese 2017-02-07 18:27:22 -08:00
  • 8adad0729e Implement hotkey options group in HotkeyInputConfigDiag Michael Maltese 2017-02-07 18:26:06 -08:00
  • a6bc56b626 InputConfigDiag: make m_iterate protected, not private Michael Maltese 2017-02-07 18:24:07 -08:00
  • a1978c28f9 HotkeyInputConfigDiag: set DeviceRelatedSizer to wxEXPAND Michael Maltese 2017-02-07 18:21:51 -08:00
  • f0c2bae778 Merge pull request #5078 from lioncash/si Markus Wick 2017-03-13 21:00:36 +01:00
  • 13d23c21b7 Merge pull request #5071 from leoetlino/reorganise-es Markus Wick 2017-03-13 20:51:22 +01:00
  • 3df19c6643 Merge pull request #5075 from lioncash/cruft Markus Wick 2017-03-13 20:47:27 +01:00
  • 2c308b723c Merge pull request #5074 from lioncash/prefix Markus Wick 2017-03-13 20:46:59 +01:00
  • deda29d7ff SI_DeviceGBA: Amend printf formatting specifier for size_t Lioncash 2017-03-13 15:28:04 -04:00
  • 8d2078de2d SI_DeviceGBA: Amend variable naming Lioncash 2017-03-13 14:56:44 -04:00
  • 204703ae0d IOS/ES: Split the ES code Léo Lam 2017-03-12 16:10:13 +01:00
  • 9f40596de5 SI_DeviceGBA: Make GBASockServer's constructor explicit Lioncash 2017-03-13 14:53:47 -04:00
  • 14f261079f SI_DeviceGBA: Place implementations within the cpp file Lioncash 2017-03-13 14:51:15 -04:00
  • 64aa7f3b8f SI_DeviceGBA: Use std::array class members instead of C arrays Lioncash 2017-03-13 13:59:43 -04:00
  • ea59d30e9f SI_DeviceGBA: In-class initialize variables Lioncash 2017-03-13 13:52:45 -04:00
  • 70b1933661 SI_DeviceGBA: Store the device number as an int Lioncash 2017-03-13 13:30:00 -04:00
  • 31644eaf93 DSPLLE: Remove commented out code Lioncash 2017-03-13 12:36:37 -04:00
  • f183d6759a HW/DSP: Remove prefixed underscores from parameter names Lioncash 2017-03-13 12:22:28 -04:00
  • 98b4ff12f4 FileMonitor: Move file system parsing to DVD thread JosJuice 2017-02-12 13:06:29 +01:00
  • b470fa5454 FileMonitor redesign JosJuice 2017-02-12 13:02:57 +01:00
  • 8035270aa8 Merge pull request #4411 from JosJuice/blob-nullptr Markus Wick 2017-03-13 16:35:40 +01:00
  • f83a030a87 Merge pull request #5073 from JosJuice/fix-volumeisvalid Markus Wick 2017-03-13 15:42:06 +01:00
  • 652b323715 Fix VolumeIsValid being referenced even though it was deleted JosJuice 2017-03-13 15:37:08 +01:00
  • 7b19475911 Merge pull request #4548 from stenzek/gcc-sse Markus Wick 2017-03-13 14:28:01 +01:00
  • c48ee87f0a Merge pull request #3582 from JosJuice/disc-inside-cleanup JosJuice 2017-03-13 14:26:15 +01:00
  • acec02ffc6 Remove Blob nullptr checks from Volume code JosJuice 2016-10-30 23:39:12 +01:00
  • f63d40270d Merge pull request #5056 from JosJuice/use-readswapped Markus Wick 2017-03-13 10:30:55 +01:00
  • 1eba936749 Merge pull request #5072 from lioncash/const Matthew Parlane 2017-03-13 14:13:53 +13:00
  • 40bc007c83 Merge pull request #5070 from leoetlino/whoops Matthew Parlane 2017-03-13 14:13:03 +13:00
  • ade7718636 DSPInterpreter: Remove unnecessary const specifiers from function declaration parameters Lioncash 2017-03-12 17:38:04 -04:00
  • a33cd805f9 DSPEmitter: Remove unnecessary const specifiers from function declaration parameters Lioncash 2017-03-12 17:20:26 -04:00
  • 2111e4dd92 IOS/ES: Fix GetStoredContentsFromTMD Léo Lam 2017-03-12 14:32:01 +01:00
  • 7932efc78a Merge pull request #5069 from Starsam80/fix-ssl Matthew Parlane 2017-03-12 21:26:24 +13:00
  • 0f44d22db5
    Fix ReadCertFile by opening as binary file Starsam80 2017-03-11 23:42:54 -07:00
  • b1bd231421 Merge pull request #5020 from leoetlino/es-safer-import Matthew Parlane 2017-03-12 16:14:17 +13:00
  • c62fc192ef Merge pull request #5027 from leoetlino/ssl-check Matthew Parlane 2017-03-12 16:13:37 +13:00
  • d042121ebd Merge pull request #5043 from lioncash/net Matthew Parlane 2017-03-12 16:12:43 +13:00
  • 29cf19f3d0 Merge pull request #5066 from leoetlino/personalised-tickets Matthew Parlane 2017-03-12 16:12:21 +13:00
  • 9c1faee431 Merge pull request #5068 from lioncash/private Matthew Parlane 2017-03-12 16:09:43 +13:00
  • 26e9c54886 DSPEmitter: Make helper functions private Lioncash 2017-03-11 20:12:29 -05:00
  • f65d0c526d Merge pull request #5067 from MerryMage/cycles-offset-too-big Markus Wick 2017-03-12 00:33:55 +01:00
  • dc1a8c46e9 DSP/Jit: Load address of m_cycles_left into register MerryMage 2017-03-11 22:51:41 +00:00
  • 9c31d6f5c5 IOS/ES: Handle personalised tickets properly Léo Lam 2017-03-08 12:40:50 +01:00
  • 71273c05a9 Merge pull request #5054 from leoetlino/es-get-contents Mat M 2017-03-11 10:52:53 -05:00
  • 3d041fa4ea Merge pull request #5055 from leoetlino/es-ticket-view-fix Mat M 2017-03-11 10:50:50 -05:00
  • 6c605cc7a7 Automatic translation resources sync with Transifex JosJuice 2017-03-11 11:38:13 +01:00
  • 27d7a1646c Merge pull request #5065 from JosJuice/character Stenzek 2017-03-11 18:26:26 +10:00
  • 40e707348c Fix issue 10146 (compilation issue because of colliding defines) JosJuice 2017-03-11 08:59:14 +01:00
  • 3cbf47d51d IOS/ES: Fix GetViews to not check for the TMD Léo Lam 2017-03-06 11:38:37 +01:00
  • 28519328d2 IOS/ES: Implement ES_GetStoredContents ioctlvs properly Léo Lam 2017-03-06 01:20:33 +01:00
  • 62ea76e04c IOS/ES: Clear /import on ES initialization Léo Lam 2017-03-08 17:01:36 +01:00
  • d6499aba50 IOS/ES: Implement ES_AddTitleCancel Léo Lam 2017-03-05 14:10:18 +01:00
  • e656258949 IOS/ES: Write import files to /import first Léo Lam 2017-03-05 14:04:35 +01:00
  • af4da70902 Merge pull request #5063 from ligfx/no_nv_depth_buffer_float Jules Blok 2017-03-10 22:33:40 +01:00
  • 418a7723c8 GLExtensions: remove NV_depth_buffer_float from OpenGL 3.0 Michael Maltese 2017-03-10 12:54:44 -08:00
  • e99cd57eb3 Merge pull request #4935 from Armada651/depth-range-fix Markus Wick 2017-03-10 18:05:52 +01:00
  • a3f5e3e27d Merge pull request #5058 from stenzek/d3d11-startup-crash Markus Wick 2017-03-10 18:05:26 +01:00
  • 3f41e6d4cf RenderBase: Check if early ztest is enabled before falling back to vertex depth range. Jules Blok 2017-03-10 15:43:32 +01:00
  • 9b5a0b3f2d Merge pull request #5059 from Orphis/ffmpeg_windows Jules Blok 2017-03-10 15:16:57 +01:00
  • d2119d35fb cmake: Find bundled ffmpeg even if you have pkg-config on Win32 Florent Castelli 2017-03-10 14:45:19 +01:00
  • 42993eeabc D3D11: Fix error on startup with >2.5xIR selected Stenzek 2017-03-10 23:40:52 +10:00
  • ae0f9c200d Merge pull request #5038 from vladfi1/separate-nogui Markus Wick 2017-03-10 10:50:08 +01:00
  • b61ce51d3b IOS/Network/IP/Top: Separate behaviors into their own functions Lioncash 2017-03-08 20:07:31 -05:00
  • ef74c5eabd Merge pull request #5051 from stenzek/renderer-fixes Markus Wick 2017-03-09 21:06:50 +01:00
  • 135733e285 Volume: Use ReadSwapped more JosJuice 2017-03-09 19:44:38 +01:00
  • cf848b7c42 Merge pull request #5045 from JosJuice/unify-setting-game-metadata Anthony 2017-03-09 18:13:02 +00:00
  • ab616145c2 Get the right game ID for SSBB's Masterpiece partitions JosJuice 2017-03-09 18:47:40 +01:00
  • e04245a10e ConfigManager: Hack for getting the right revision on ES_Launch JosJuice 2017-03-09 18:07:20 +01:00
  • dc42f7fb28 Merge pull request #4991 from leoetlino/config-loaders Anthony 2017-03-09 16:56:14 +00:00
  • d847a4030b Merge pull request #5042 from lioncash/explicit JosJuice 2017-03-09 15:39:12 +01:00
  • ced1614cac Unify the way of setting game ID, title ID, revision JosJuice 2017-03-09 09:47:43 +01:00
  • 2cd240af0d VideoBackends: Move max texture size to VideoConfig Stenzek 2017-03-10 00:01:23 +10:00
  • 4012166085 VideoCommon: Fix crash at startup with virtual XFB enabled Stenzek 2017-03-09 23:39:48 +10:00
  • 2f02cc2996 IOS/SSL: Make sure we are using a correct cert/key Léo Lam 2017-03-05 22:42:08 +01:00
  • 40cdd32760 GCMemcard: Mark class constructors explicit where applicable Lioncash 2017-03-08 19:00:06 -05:00
  • 883bec873f Merge pull request #4939 from sjnewbury/gamelist-text Anthony 2017-03-08 22:38:23 +00:00
  • 5acf2c87dd Merge pull request #5036 from leoetlino/hack Anthony 2017-03-08 22:13:07 +00:00
  • dc224cba3c IOS/ES: Partially restore hack to fake IOS titles Léo Lam 2017-03-07 21:22:18 +01:00
  • cd826cee34 Merge pull request #5039 from leoetlino/es-import-hash-check Matthew Parlane 2017-03-09 10:58:06 +13:00
  • 68adcbd209 Don't special-case nogui exe name on Apple. Vlad Firoiu 2017-03-08 11:42:46 -08:00
  • be8de62b88 Merge pull request #5041 from JosJuice/hi-2007 Markus Wick 2017-03-08 21:23:40 +01:00
  • 5a7d67a64f Merge pull request #5040 from JosJuice/remove-strname Markus Wick 2017-03-08 21:23:18 +01:00
  • 08954e99f5 PatchEngine: Remove an unneeded comment JosJuice 2017-03-08 21:03:10 +01:00
  • a1f874a66b ConfigManager: Remove m_strName JosJuice 2017-03-08 21:01:57 +01:00
  • ac3bf7ad0b DVDInterface: Assert IsDiscInside() in GetVolume() JosJuice 2017-02-04 10:11:36 +01:00
  • a176bf0229 DVDInterface: Remove VolumeIsValid JosJuice 2016-01-30 19:03:59 +01:00
  • 3b632f5990 DVDInterface: Remove SetDiscInside JosJuice 2016-01-30 18:57:20 +01:00