Commit Graph

  • 6959a93599 Merge pull request #102 from Tilka/polarssl1.3 Pierre Bourdon 2014-02-24 20:10:00 +01:00
  • 4094c35203 Tiny cleanup to WII_IPC_HLE.cpp. Lioncash 2014-02-24 08:58:22 -05:00
  • 48dcd29f62 CMake: check PolarSSL version Tillmann Karras 2014-02-24 20:02:45 +01:00
  • 76b5a6b95e PolarSSL/CMake: validate cached values Tillmann Karras 2014-02-24 19:07:24 +01:00
  • 33beaf20f3 PolarSSL: adapt Dolphin to new version Tillmann Karras 2014-02-24 16:08:43 +01:00
  • d025d63fd6 PolarSSL: update to current stable version (1.3.4) Tillmann Karras 2014-02-04 09:56:38 +01:00
  • 7be3dae988 Merge pull request #106 from lioncash/unnecessary-cstr Pierre Bourdon 2014-02-24 15:56:34 +01:00
  • 98d2e76fcc Unnecessary c_str call in WII_IPC_HLE_Device_es.cpp's OpenTitleContent function. Lioncash 2014-02-24 08:32:45 -05:00
  • b1e94cbbb5 Merge pull request #105 from degasus/vsyncFix Ryan Houdek 2014-02-24 06:26:27 -06:00
  • 8af3f751db Fetch swapInterval function pointer after binding a context degasus 2014-02-24 12:45:02 +01:00
  • 21bb722c93 Merge pull request #101 from delroth/remove-tests Ryan Houdek 2014-02-24 02:43:32 -06:00
  • 2e4d42fe91 Merge pull request #104 from Sonicadvance1/Fix-EGL Matthew Parlane 2014-02-24 21:42:09 +13:00
  • 2bd1f99125 Fix the nogui build when building with EGL Ryan Houdek 2014-02-24 06:34:09 +00:00
  • 68ce2cf453 Merge pull request #103 from lioncash/mixaux-correction Pierre Bourdon 2014-02-23 23:27:57 +01:00
  • e71db8fe04 In UCode_AX.cpp in function HandleCommandList() - case CMD_MIX_AUXB_NOWRITE should have 1 being passed, not false, as the aux ID in MixAUXSamples. Lioncash 2014-02-23 17:14:45 -05:00
  • 0f89060cf3 Remove Source/{Unittests,TestSuite}. Pierre Bourdon 2014-02-23 16:21:01 +01:00
  • 99db9f0fb1 Merge pull request #94 from Tilka/uninitialized Pierre Bourdon 2014-02-23 17:07:24 +01:00
  • 4a569c4449 Merge pull request #97 from delroth/mmio-gpfifo Pierre Bourdon 2014-02-23 10:20:56 +01:00
  • 5313954a9e Merge pull request #99 from lioncash/ir-nitpicking Pierre Bourdon 2014-02-23 10:15:48 +01:00
  • e3e78128a2 isSameValue in IR.cpp/.h should be returning a boolean value. Lioncash 2014-02-23 04:14:57 -05:00
  • 080a83e446 Merge pull request #98 from lioncash/clarify-kb-update Pierre Bourdon 2014-02-23 10:09:54 +01:00
  • 679a1bb2eb WII_IPC_HLE_Device_usb_kbd.cpp's Update method should return 0, not false, it communicates the wrong intent otherwise. Lioncash 2014-02-23 04:08:52 -05:00
  • 86326de6f6 WriteToHardware: Pass through the whole 0xCC008xxx area to GPFifo instead of only 0xCC008000. Pierre Bourdon 2014-02-23 10:01:47 +01:00
  • 8d57f38be7 Purge wx elements of the console. Lioncash 2014-02-23 02:38:46 -05:00
  • 14f2fcc96f Merge pull request #95 from delroth/mmio-fixes Pierre Bourdon 2014-02-23 08:39:56 +01:00
  • c06c8f0ec8 MMIO: Fix a megaderp in the UniqueID function causing handlers to be overwritten by other handlers. Pierre Bourdon 2014-02-23 08:34:05 +01:00
  • b8582b00a9 MMIO: Pass the provided high part/low part addrs to handlers in {Read,Write}ToSmaller. Pierre Bourdon 2014-02-23 08:33:27 +01:00
  • 803c110e30 MMIO: Show the read/write size in invalid handlers. Pierre Bourdon 2014-02-23 08:32:52 +01:00
  • d45351a43f Initial removal of the actual console functionality on windows. Lioncash 2014-02-23 02:01:35 -05:00
  • 70f3a069f2 Revert "Merge pull request #83 from lioncash/remove-console" Pierre Bourdon 2014-02-23 07:33:03 +01:00
  • 60a5d8900b Merge pull request #60 from Sonicadvance1/Android-GLDetect Ryan Houdek 2014-02-22 22:29:57 -06:00
  • 3038bca0a4 JitBackpatch: initialize InstructionInfo to 0 Tillmann Karras 2014-02-23 04:36:26 +01:00
  • 311caef094 Merge pull request #25 from Tilka/ppc_fp Pierre Bourdon 2014-02-23 04:15:37 +01:00
  • ee21cbe2d1 Add phire's more accurate DoubleToSingle version Tillmann Karras 2014-02-12 23:26:15 +01:00
  • 1f750904af Fix the OpenGL About tab. Move EGLHelper to be local to the creation of the about GL/GLES tabs so we don't have 3 EGL contexts running at a time. Fix issues with OpenGL context creation here so we show the correct information. This requires adding an EGL function to the NativeLibrary since Android's JAVA bindings don't expose eglBindAPI. Ryan Houdek 2014-02-11 00:16:21 -06:00
  • f9ed70b2f9 Merge pull request #85 from Sonicadvance1/Android-OSXpain Pierre Bourdon 2014-02-23 04:05:42 +01:00
  • cf6e0b6015 Make it possible to build Dolphin for Android in OS X and also less of a pain with gradle. Ryan Houdek 2014-02-16 20:45:08 -06:00
  • 4ba9cb217f Fix a compilation error introduced in PR #91. Pierre Bourdon 2014-02-23 03:45:46 +01:00
  • 7cabe1772e Merge pull request #91 from delroth/iwyu Pierre Bourdon 2014-02-23 03:34:10 +01:00
  • f344a43657 Make DolphinWX/ mostly IWYU clean. Pierre Bourdon 2014-02-22 23:36:30 +01:00
  • c698c07755 Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detected by this change). Pierre Bourdon 2014-02-21 01:47:53 +01:00
  • 83b7bb64aa Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). Pierre Bourdon 2014-02-20 04:11:52 +01:00
  • 9fa0fda7d6 Merge pull request #93 from Tilka/dead_code Pierre Bourdon 2014-02-22 23:11:14 +01:00
  • 79336c88f8 Remove X11InputBase (dead code) Tillmann Karras 2014-02-22 22:42:21 +01:00
  • 65bbfdb812 Add a tools that detects include cycles in the Dolphin codebase. Pierre Bourdon 2014-02-21 03:16:25 +01:00
  • 48f930c06e Merge pull request #89 from Linktothepast/master Pierre Bourdon 2014-02-20 17:18:26 +01:00
  • ad7d5a3ed9 Gameini updates. Linktothepast 2014-02-20 17:57:00 +02:00
  • 6d8df311a3 Merge pull request #88 from lioncash/relative-includes Pierre Bourdon 2014-02-20 02:08:44 +01:00
  • 24ba058404 Fix the Windows build for the final time. Lioncash 2014-02-19 19:38:23 -05:00
  • c1a934f7ed Fix the Android build. Lioncash 2014-02-19 14:09:06 -05:00
  • ed9eea72a1 Forgot to move DSPTool over. Fixed now. Lioncash 2014-02-19 13:52:31 -05:00
  • 91286f5021 Fix the Windows build in relation to the recent changes. Lioncash 2014-02-19 13:46:47 -05:00
  • 146b301a91 Fix more header sorting issues in Core/ (now check-includes clean). Lioncash 2014-02-19 13:09:14 -05:00
  • 9a8ea53195 Fix LinearDiskCache.h relying on a file not directly included. Pierre Bourdon 2014-02-19 12:33:13 +01:00
  • 425f9dcd51 Fix more header sorting issues in VideoBackends/ (now check-includes clean). Pierre Bourdon 2014-02-19 12:14:09 +01:00
  • 592ebc5262 Fix more header sorting issues in DolphinWX/ (now check-includes clean). Pierre Bourdon 2014-02-19 02:56:29 +01:00
  • ffe588cc24 Fix more header sorting issues in VideoCommon/ (now check-includes clean). Pierre Bourdon 2014-02-19 02:27:20 +01:00
  • 6847a0fc0c Fix more header sorting issues in InputCommon/ (now check-includes clean). Pierre Bourdon 2014-02-19 02:17:31 +01:00
  • fca12c4c4e Fix more header sorting issues in AudioCommon/ (now check-includes clean). Pierre Bourdon 2014-02-19 02:11:52 +01:00
  • 8ea8da6ebc Fix more header sorting issues in DiscIO/ (now check-includes clean). Pierre Bourdon 2014-02-19 02:02:01 +01:00
  • 3f9c38d231 Fix more header sorting issues in Common/ (now check-includes clean). Pierre Bourdon 2014-02-19 01:54:11 +01:00
  • 939df46674 Add an automated tool that does basic checking of includes sort order. Pierre Bourdon 2014-02-19 01:45:41 +01:00
  • afba0d736d Merge pull request #87 from RachelBryk/save-frame-skip Ryan Houdek 2014-02-19 01:11:05 -06:00
  • edb43cfe61 Fix the OSX build. Lioncash 2014-02-18 19:08:17 -05:00
  • eee549f92b Scope the Windows include directory to only point to Source/Core/. Lioncash 2014-02-18 13:21:12 -05:00
  • b1f77d0191 Save frame skipping option, and allow loading it from game ini too. Rachel Bryk 2014-02-18 12:12:49 -05:00
  • a18e8249a4 Merge pull request #79 from Tilka/nits Pierre Bourdon 2014-02-18 14:19:38 +01:00
  • 362dec9c7c Dolphin now builds on Linux with only Source/Core as include dir Pierre Bourdon 2014-02-18 12:18:47 +01:00
  • dc1db82f70 Fix Linux build Pierre Bourdon 2014-02-18 12:09:38 +01:00
  • 2afe215271 Convert all includes to relative paths. Lioncash 2014-02-17 05:18:15 -05:00
  • 73691a8587 Merge pull request #86 from lioncash/vertical-alignments2-electric-boogaloo Pierre Bourdon 2014-02-17 08:55:19 +01:00
  • 3fd87a7636 Second and final pass of clearing out tabs. Lioncash 2014-02-16 23:51:41 -05:00
  • a8ca2c6cc2 Merge pull request #84 from lioncash/adjust-vs-for-mmio Matthew Parlane 2014-02-17 15:12:18 +13:00
  • d9ce4a892b Remove the leftover folder for Wii IO bridge. Was removed in the mmio merge Lioncash 2014-02-16 21:08:32 -05:00
  • 7ac5b1f2f8 Merge pull request #83 from lioncash/remove-console Matthew Parlane 2014-02-17 14:58:12 +13:00
  • cd8196f5db Turns out Console.cpp and ConsoleListener.cpp were being built into the Linux builds too. Fixes the build. Lioncash 2014-02-16 20:55:07 -05:00
  • 9bc14012fc Merge pull request #77 from lioncash/remove-console Pierre Bourdon 2014-02-17 02:44:27 +01:00
  • ca7bdf1d5d Remove the embedded Console from the possible logging options. Lioncash 2014-02-16 00:52:20 -05:00
  • b18a33377d Merge pull request #55 from Sonicadvance1/GLExt-InitArray Pierre Bourdon 2014-02-17 02:16:16 +01:00
  • 6b5f6ddaa1 Merge pull request #82 from lioncash/vertical-alignment Ryan Houdek 2014-02-16 19:12:42 -06:00
  • 6c4ee1753a Fix some vertical alignments Lioncash 2014-02-16 15:30:18 -05:00
  • 2b4464f8dd Automatic translation resources update from Transifex Dolphin i18n Bot 2014-02-17 00:00:35 +00:00
  • eae9d47c3c Change OpenGL extension initialization in to a big array This is a reasonable chunk of changes and moves from multiple initialization functions in to an array initialization. Ryan Houdek 2014-02-09 22:14:36 -06:00
  • de5bfd0bce Merge pull request #37 from degasus/VideoCommonApiFixes Tony Wasserka 2014-02-16 22:08:28 +01:00
  • 2a7a94387c Merge pull request #69 from delroth/mmio-interface Pierre Bourdon 2014-02-16 19:30:10 +01:00
  • 96a66ada2e Use a pointer instead of a non-const ref in MMIO::Mapping::Read now that compatibility with the old interface is not required anymore. Pierre Bourdon 2014-02-15 11:30:48 +01:00
  • 92f8d93e96 Remove the old MMIO access "interface". Pierre Bourdon 2014-02-15 03:23:35 +01:00
  • f8f14c83a3 MMIO: Port the SW CP/PE MMIOs to the new interface. Pierre Bourdon 2014-02-04 01:09:57 +01:00
  • 5b5dfb384e MMIO: Port the VideoCommon PE MMIOs to the new interface. Pierre Bourdon 2014-02-02 16:08:09 +01:00
  • 4129b30494 MMIO: Port the VideoCommon CP MMIOs to the new interface (and provide framework for other video related mappings). Pierre Bourdon 2014-02-02 14:16:43 +01:00
  • bdedaa24a9 MMIO: Port the EXI MMIOs to the new interface. Pierre Bourdon 2014-01-25 23:02:29 +01:00
  • 353c145e64 MMIO: Port the IPC MMIOs to the new interface (and move the IOB handling to IPC). Pierre Bourdon 2014-01-25 22:24:34 +01:00
  • a7c1e0d0d7 MMIO: Port the AI MMIOs to the new interface. Pierre Bourdon 2014-01-25 21:13:50 +01:00
  • 191b447092 MMIO: Port the SI MMIOs to the new interface. Pierre Bourdon 2014-01-25 20:08:58 +01:00
  • f34651f48d MMIO: Port the DI MMIOs to the new interface. Pierre Bourdon 2014-01-25 17:01:38 +01:00
  • 63990787fd MMIO: Port the DSP/ARAM/AI MMIOs to the new interface. Pierre Bourdon 2014-01-25 15:57:07 +01:00
  • b7a0c34906 MMIO: Port the MI MMIOs to the new interface (and rework that module extensively). Pierre Bourdon 2014-01-20 00:32:17 +01:00
  • f1dba04be7 MMIO: Port the VI MMIOs to the new interface. Pierre Bourdon 2014-01-19 21:24:32 +01:00
  • a3f95c1e10 MMIO: Port the PI MMIOs to the new interface. Pierre Bourdon 2014-01-19 19:53:58 +01:00
  • 9fe58d28ba Starting point for the new MMIO interface Pierre Bourdon 2014-01-19 13:41:26 +01:00