Commit Graph

  • 2f9df072d6 Rename Misc.cpp to CommonFuncs.cpp JosJuice 2017-04-14 21:07:37 +02:00
  • 183193e6ed IOS/ES: Implement ES_DIGetTMD and ES_DIGetTMDSize Léo Lam 2017-04-15 00:39:34 +02:00
  • b792299ef1 Jit_LoadStore: Fix dbat memory access MerryMage 2017-04-14 14:06:13 +01:00
  • 0d98ffa2b2 Merge pull request #5261 from MerryMage/dbat Markus Wick 2017-04-14 13:40:19 +02:00
  • daa03cd106 EmuCodeBlock: Make CheckIfSafeAddress PIE-compliant MerryMage 2017-04-14 12:21:33 +01:00
  • e10b715666 Jit_LoadStore: Make dcbz PIE-compliant MerryMage 2017-04-14 12:33:25 +01:00
  • cac77527e9 Jit64: Make psq_lXX PIE-compliant MerryMage 2017-04-14 11:47:26 +01:00
  • 05fec44ff5 Merge pull request #5257 from MerryMage/gpfifo2 Markus Wick 2017-04-14 12:27:51 +02:00
  • c45028a708 GPFifo: Use a pointer instead of an index MerryMage 2017-04-13 23:31:29 +01:00
  • c8b98dca1a Vulkan: Raise the number of texel buffer/storage image descriptors Stenzek 2017-04-14 18:18:10 +10:00
  • f4bdfe3e0c Vulkan: Fix incorrect render pass area for out-of-range clears Stenzek 2017-04-14 18:10:53 +10:00
  • 45e4a048ea Merge pull request #4708 from degasus/PIE Markus Wick 2017-04-14 09:42:45 +02:00
  • 901e07d64b Merge branch 'master' of https://github.com/libretro/dolphin twinaphex 2017-04-14 04:11:25 +02:00
  • 6591041e20 Add more settings twinaphex 2017-04-14 04:11:16 +02:00
  • 7a54238925 Libretro: DIR_SEP not needed when setting user dir. - enable BOOT logs. aliaspider 2017-04-14 02:46:27 +01:00
  • dff2f7c296 Update boot.cpp twinaphex 2017-04-14 02:07:48 +02:00
  • 32546f2040 Start implementing Dolphin.ini settings twinaphex 2017-04-13 23:55:54 +02:00
  • d35682e4cd Add default settings twinaphex 2017-04-13 23:26:43 +02:00
  • cd1fe8c2e6 (Libretro) Avoid calling LogField and EndField twinaphex 2017-04-13 19:04:18 +02:00
  • f2e323de9c ConfigManager: Increase default latency for OpenAL backend to 5 MerryMage 2017-04-13 10:38:24 +01:00
  • 722aca0830 Merge pull request #5254 from lioncash/arm-rc Markus Wick 2017-04-13 10:37:27 +02:00
  • ab7abda10b Revert "Set less verbose logging" twinaphex 2017-04-13 09:31:25 +02:00
  • 431bae7d7c Set less verbose logging twinaphex 2017-04-13 07:03:01 +02:00
  • 8811937756 JitArm64_RegCache: Use std::array where applicable Lioncash 2017-04-12 21:44:17 -04:00
  • 165236960d Libretro: build fix. aliaspider 2017-04-13 02:01:22 +01:00
  • 414a700b35 Merge branch 'master' of https://github.com/dolphin-emu/dolphin aliaspider 2017-04-13 01:47:23 +01:00
  • f883ac9919 Libretro: use libretro's system and save directories for dolphin's Sys and User directories. aliaspider 2017-04-12 23:32:11 +01:00
  • 7e40f1757e Merge pull request #5253 from ligfx/fixtextureconversionshader Markus Wick 2017-04-12 23:38:49 +02:00
  • 21e76c5e08 Libretro: move the changes to the main Core.cpp file. aliaspider 2017-04-12 22:36:12 +01:00
  • 05b4d14bf0 TextureConversionShader: fix syntax error Michael Maltese 2017-04-12 14:21:38 -07:00
  • 733df23e98 Merge pull request #5251 from JosJuice/audio-backend-tooltip Mat M 2017-04-12 17:10:13 -04:00
  • 2ba4cac0b4 We are not using the mixer twinaphex 2017-04-12 22:45:48 +02:00
  • 27d9c42267 Use custom version of Core.cpp Reasons: - All of the timer code to do with printing the FPS message seems to add up to a lot of code / function calls for no real reason - The mixer gets continually updated at several intervals and apparently the timer speed influences the rate at which it mixes the sound (Speed / 100). Seems like they are doing timestretching/ something similar to dynamic rate control. For libretro we wouldn't want this since it's the frontend's job twinaphex 2017-04-12 22:27:01 +02:00
  • 741aa9d983 Update text about pitch depending on emulation speed JosJuice 2017-04-12 21:03:53 +02:00
  • 7d41b5874c Remove audio backend tooltip JosJuice 2017-04-12 21:03:36 +02:00
  • 64ccf803bd Jit64: Use a temporary register for memory references. Part 4. degasus 2017-01-22 09:37:22 +01:00
  • 0ddd90b539 Jit64: Use a temporary register for memory references. Part 3. degasus 2017-01-22 09:29:43 +01:00
  • 78b36921d2 Jit64: Use a temporary register for memory references. Part 1. degasus 2017-01-22 09:00:43 +01:00
  • 60d8ee4916 Merge pull request #5250 from MerryMage/psq_st Markus Wick 2017-04-12 20:52:59 +02:00
  • 2ac3f1a54e Libretro: put options descriptions in a seperate array. aliaspider 2017-04-12 19:31:29 +01:00
  • 265f0da256 Jit_LoadStorePaired: Make psq_st PIE-compliant MerryMage 2017-04-12 07:54:32 +01:00
  • 2151858fb1 Merge pull request #5241 from MerryMage/stretch Markus Wick 2017-04-12 20:27:26 +02:00
  • cbaa00457a Mixer: Tweak audio stretch parameters MerryMage 2017-04-12 16:30:10 +01:00
  • babfc88b01 Change order twinaphex 2017-04-12 18:09:39 +02:00
  • e621afde92 Hook up progressive scan and PAL60 core options twinaphex 2017-04-12 17:45:39 +02:00
  • 60385c1acf Comment out Host_UpdateTitle twinaphex 2017-04-12 17:21:12 +02:00
  • 9397fdfe95 Mixer: Use a temporary buffer when stretching audio MerryMage 2017-04-12 12:56:07 +01:00
  • f5018010d3 Mixer: Calculate actual_samples based on availability in all FIFOs MerryMage 2017-04-11 12:41:35 +01:00
  • ac0df5b2db Mixer: Disable frequency shifting when stretching is enabled MerryMage 2017-04-11 10:07:21 +01:00
  • 71e748b68f AudioConfigPane: Allow user-configuration of audio stretching MerryMage 2017-04-10 18:46:21 +01:00
  • 26514358f4 Add audio stretching as a configuration option MerryMage 2017-04-10 17:56:24 +01:00
  • b8c867dd7a Mixer: Implement audio stretching MerryMage 2017-04-10 17:44:17 +01:00
  • 5b81f2a31d Mixer: Return actual number of samples mixed into buffer from MixerFifo::Mix MerryMage 2017-04-10 16:58:55 +01:00
  • 8ff26a6eda soundtouch: Use shorts instead of floats for samples MerryMage 2017-04-10 14:59:57 +01:00
  • 6a4945090c OpenALStream: Remove audio stretching MerryMage 2017-04-10 14:57:24 +01:00
  • 21544f8661 Merge pull request #5228 from JosJuice/why-did-this-exist Mat M 2017-04-12 08:07:54 -04:00
  • dd189f311f Merge pull request #5244 from JosJuice/shorter-wii-pane Markus Wick 2017-04-12 12:37:07 +02:00
  • e807a5d27d Merge pull request #5249 from MerryMage/math-util-2 Markus Wick 2017-04-12 11:01:46 +02:00
  • c074945dc7 Merge pull request #5248 from ligfx/ninjadiagnosticscolor2 Markus Wick 2017-04-12 10:41:53 +02:00
  • a95010bc72 x64Emitter: Allow code alignment to arbitrary power of 2 MerryMage 2017-04-12 07:52:40 +01:00
  • 6df8343e72 MathUtil: References can be const MerryMage 2017-04-12 06:15:18 +01:00
  • e901632b7f build fix. aliaspider 2017-04-12 05:11:32 +01:00
  • 5b829163a3 CMake: turn on -fdiagnostics-color for Ninja builds Michael Maltese 2017-04-11 17:49:35 -07:00
  • 29344cb5ff Merge pull request #5202 from stenzek/efb-copy-source-format Markus Wick 2017-04-12 01:09:30 +02:00
  • 8ecc5e9b7a Merge pull request #5246 from MerryMage/math-util Mat M 2017-04-11 16:11:19 -04:00
  • f7ed979e30 Jit64AsmCommon: Make frsqrte and fres PIE-compliant MerryMage 2017-04-11 17:01:29 +01:00
  • 433999d60f ConstantPool: Return a pointer instead of an OpArg MerryMage 2017-04-11 17:00:34 +01:00
  • 464df471ff Merge pull request #5081 from lioncash/sd Anthony 2017-04-11 10:38:49 -07:00
  • 5e7bd03d0b Vulkan: Linear filter >1xIR EFB copies, matching the other backends Stenzek 2017-04-05 00:06:47 +10:00
  • e9850aa0f2 VideoBackends: Support updated texture encoding shader generators Stenzek 2017-04-04 23:55:36 +10:00
  • 3847e226ab TextureConversionShader: Consider source format of EFB for EFB2RAM Stenzek 2017-04-04 23:53:03 +10:00
  • e6317eaa36 Put "Top" on top of "Bottom" in the sensor bar position dropdown JosJuice 2017-04-11 11:12:44 +02:00
  • 4e90c5da8b Merge pull request #5234 from lioncash/tuple Markus Wick 2017-04-11 10:27:16 +02:00
  • cc8976f71e Make the Wii config pane shorter JosJuice 2017-04-11 10:19:19 +02:00
  • ae80a7541d Merge pull request #5239 from sepalani/is-valid-instruction Mat M 2017-04-10 16:50:22 -04:00
  • 34ac749b8b Merge pull request #5144 from MerryMage/mfspr Markus Wick 2017-04-10 22:30:56 +02:00
  • 27dcf92faa PPCTables: Do not consider OPTYPE_UNKNOWN as valid instruction Sepalani 2017-04-10 18:29:26 +01:00
  • b4b2fa632e Libretro: refactors. aliaspider 2017-04-10 14:41:39 +01:00
  • 43457e96cf Libretro: add 'Fastmem' core option. aliaspider 2017-04-10 12:53:58 +01:00
  • 6f748e90fe Libretro: refactors. aliaspider 2017-04-10 12:18:08 +01:00
  • 80a87c2b4c Libretro: osx build fix. aliaspider 2017-04-10 06:54:07 +01:00
  • 2217da0f0f Libretro: refactors aliaspider 2017-04-10 03:08:08 +01:00
  • c83098b985 Libretro: add renderer core option. aliaspider 2017-04-10 02:02:21 +01:00
  • e6476b805e Merge pull request #5008 from ligfx/aspectheuristic Scott Mansell 2017-04-10 11:30:34 +12:00
  • 1da32f854c Libretro: add clang support. aliaspider 2017-04-10 00:29:14 +01:00
  • 4537969822 Frame: Use kIOPMAssertionTypePreventUserIdleDisplaySleep to inhibit screensaver on macOS MerryMage 2017-04-09 22:11:55 +01:00
  • c9b2c29ead Frame: Extract screensaver-related code into InhibitScreensaver/UninhibitScreensaver MerryMage 2017-04-09 22:08:52 +01:00
  • c6b553b6d2 Merge pull request #5220 from stenzek/small-nonsquare-mips Anthony 2017-04-09 13:45:38 -07:00
  • 6bccc13f3b
    Add BootMii NAND import functionality Starsam80 2017-03-19 01:00:49 -06:00
  • c7ab6861c2 RenderBase: Return a tuple from ConvertStereoRectangle instead of using out parameters Lioncash 2017-04-09 15:05:24 -04:00
  • 671b5f9747 RenderBase: Return a tuple from CalculateTargetScale instead of using out parameters Lioncash 2017-04-09 14:38:43 -04:00
  • 9d070a5df7 Merge pull request #5215 from sepalani/hle-reload JosJuice 2017-04-09 17:19:25 +02:00
  • 65250c0452 Disable screensaver on OS X Salehen Shovon Rahman 2016-12-17 20:40:03 -08:00
  • 4a3e2c77ad Disable HAVE_VULKAN for OSX twinaphex 2017-04-09 15:30:21 +02:00
  • 95cbbff235 Add osx platform twinaphex 2017-04-09 15:28:12 +02:00
  • 5a1ebe232e HLE: Add Reload() function Sepalani 2017-04-06 15:42:08 +01:00
  • 20a9c5b12d HLE: Add PatchFixedFunctions() function Sepalani 2017-04-06 15:39:52 +01:00
  • 61b36d1f9a PatchEngine: Add Reload() function Sepalani 2017-04-06 15:34:40 +01:00
  • 188f2b3cc5 Merge pull request #5231 from JosJuice/vertex-rounding-condition Mat M 2017-04-09 05:35:53 -04:00
  • 23b6e483f8 Automatic translation resources sync with Transifex JosJuice 2017-04-09 10:58:55 +02:00