Commit Graph

  • de7d0188a7 Remove FastDiscSpeed from games fixed by the previous commit JosJuice 2017-02-08 14:50:19 +01:00
  • 14bb81716c WiiRoot: Only call InitializeDeterministicWiiSaves on temporary NAND JosJuice 2017-02-08 14:26:25 +01:00
  • 961f84b767 DVD read chunking Matt Mastracci 2016-03-02 17:36:11 -07:00
  • 99492c22a6 Merge pull request #4839 from leoetlino/better-warnings JosJuice 2017-02-08 14:00:12 +01:00
  • b56fcf5b8c libretro: handle trigger L and R in GCPadEmu.cpp as well. aliaspider 2017-02-08 10:58:13 +01:00
  • 95f1dbf163 libretro: set the correct target and size for the default framebuffer. aliaspider 2017-02-08 10:09:42 +01:00
  • 027719d8e2 Merge pull request #4711 from lioncash/tables Markus Wick 2017-02-08 09:39:50 +01:00
  • f3068165e5 Merge pull request #4861 from ligfx/cmaketests Markus Wick 2017-02-08 09:25:18 +01:00
  • 2d51bf579f ControlReference: put parsed_expression in a unique_ptr Michael Maltese 2016-12-09 13:57:01 -08:00
  • 492d5b6ac7 ControlReference: hide parse_error behind GetParseStatus() Michael Maltese 2016-12-09 13:19:23 -08:00
  • 9a632ea7b9 ControlReference: hide is_input behind function Michael Maltese 2016-12-09 13:13:11 -08:00
  • 813a725f68 ControlReference: move function bodies out of header Michael Maltese 2016-12-09 13:07:49 -08:00
  • a509f56116 InputCommon: Extract ControlReference from ControllerInterface Michael Maltese 2016-10-11 17:48:38 -07:00
  • 45d1f88ea7 CMake: move modules from CMakeTests/ -> CMake/ Michael Maltese 2017-02-07 22:51:47 -08:00
  • f621a6af43 Merge pull request #4838 from JosJuice/remove-gh5-patch Matthew Parlane 2017-02-08 19:00:17 +13:00
  • e2706b4381 Merge pull request #4860 from lioncash/lock Matthew Parlane 2017-02-08 18:59:28 +13:00
  • f838d16b0c Merge pull request #4546 from RisingFog/tas_wii_nand Matthew Parlane 2017-02-08 18:58:28 +13:00
  • 399757a771 FifoPlayerDlg: Use std::lock_guard instead of manual mutex locking/unlocking Lioncash 2017-02-08 00:26:30 -05:00
  • 4b7dd1f638 Merge pull request #4846 from aldelaro5/fix-symbols-newline Matthew Parlane 2017-02-08 18:18:56 +13:00
  • 7b3b8f26a3 Merge pull request #4789 from lioncash/input Matthew Parlane 2017-02-08 18:16:14 +13:00
  • dac6a66252 Merge pull request #4769 from lioncash/settingshandler Matthew Parlane 2017-02-08 18:15:37 +13:00
  • f456fcec48 Merge pull request #4840 from lioncash/net Matthew Parlane 2017-02-08 18:12:56 +13:00
  • 691abc223b Merge pull request #4859 from lioncash/opcodedecoder Matthew Parlane 2017-02-08 18:12:11 +13:00
  • 5b7c0d86cd Merge pull request #4850 from lioncash/redundant Matthew Parlane 2017-02-08 18:11:30 +13:00
  • f91290d702 Merge pull request #4857 from lioncash/global Matthew Parlane 2017-02-08 18:10:59 +13:00
  • b41921935c Merge pull request #4854 from lioncash/constant Matthew Parlane 2017-02-08 18:10:11 +13:00
  • a027aadb24 Merge pull request #4851 from leoetlino/fix-wifi-scanning Matthew Parlane 2017-02-08 18:09:12 +13:00
  • d9d069e024 OpcodeDecoding: Convert #defines into enum constants Lioncash 2017-02-07 23:11:04 -05:00
  • 6ffa0492a6 Merge pull request #4858 from Orphis/patch-1 Mat M 2017-02-07 23:26:57 -05:00
  • 2bc3ffe07d DolphinWX: Add missing include for no-PCH builds Florent Castelli 2017-02-08 05:24:46 +01:00
  • 31f037b187 InputCommon CMakeLists: Normalize whitespace Lioncash 2017-01-29 22:50:17 -05:00
  • 3a66f2c008 ControllerEmu: Move into its own directory Lioncash 2017-01-29 22:32:04 -05:00
  • c9696ccdd5 Merge pull request #4855 from Orphis/cmake_llvm Mat M 2017-02-07 22:05:22 -05:00
  • 4260afc848 DSPCore: Make g_cycles_left a regular member variable of DSPEmitter Lioncash 2017-02-07 21:54:53 -05:00
  • 9ca4037ed9 UICommon: Rename HAS_LLVM to HAVE_LLVM Florent Castelli 2017-02-08 03:04:30 +01:00
  • f649e26655 cmake: Move LLVM import to UICommon Florent Castelli 2017-02-08 02:59:41 +01:00
  • 8c82607c95 cmake: Don't use unqualified target_link_libraries Florent Castelli 2017-02-08 02:57:36 +01:00
  • 13f70d4597 PowerPC: Convert #defines into typed constants Lioncash 2017-02-07 18:41:38 -05:00
  • a9ed44cd48 Merge pull request #4852 from Orphis/cmake_bluez Mat M 2017-02-07 19:27:19 -05:00
  • 428d1624fa cmake: Move BlueZ detection to Core Florent Castelli 2017-02-08 00:29:34 +01:00
  • e7b6b87ffe IOS: Fix Wi-Fi scanning in system menu Léo Lam 2017-02-08 00:43:38 +01:00
  • 277f813b72 Merge pull request #4849 from Orphis/cmake_audiocommon Mat M 2017-02-07 18:08:10 -05:00
  • 06f6ca8d81 Core: Remove redundant returns in FifoPlayerThread() and CpuThread() Lioncash 2017-02-07 17:58:59 -05:00
  • 76ed0267a5 Merge pull request #4844 from ligfx/fixgitcheck Matthew Parlane 2017-02-08 11:55:20 +13:00
  • c1dcd06043 cmake: Move PulseAudio detection to AudioCommon Florent Castelli 2017-02-07 23:28:01 +01:00
  • 22fbcc67fc Merge pull request #4773 from lioncash/ucode Matthew Parlane 2017-02-08 10:54:12 +13:00
  • 47ccf52c5e Merge pull request #4845 from ligfx/addbraces Matthew Parlane 2017-02-08 09:42:48 +13:00
  • 2112acf500 Merge pull request #4847 from lioncash/exi Matthew Parlane 2017-02-08 09:40:59 +13:00
  • 40a0295d2d Merge pull request #4848 from lioncash/explicit Matthew Parlane 2017-02-08 09:34:14 +13:00
  • 31dc2b9cc1 GCPadEmu: Make constructor explicit Lioncash 2017-02-07 15:12:15 -05:00
  • a2a188533a GCKeyboardEmu: Make constructor explicit Lioncash 2017-02-07 15:11:49 -05:00
  • 9f8177c9ac UCodes: Eliminate unnecessary includes in header Lioncash 2017-01-28 05:27:17 -05:00
  • 64405f26a8 lint JitILCommon/IR.cpp Michael Maltese 2017-02-07 12:08:25 -08:00
  • 1f14b7f907 EXI_DeviceAD16: Amend variable naming Lioncash 2017-02-07 14:57:39 -05:00
  • 2f74a6f552 EXI_DeviceAD16: In-class initialize member variables Lioncash 2017-02-07 14:54:50 -05:00
  • 3cda4e1d9c Merge pull request #4822 from ligfx/copysys Mat M 2017-02-07 10:41:25 -05:00
  • db9720d038 Merge pull request #4842 from ligfx/fix_prix64_es Mat M 2017-02-07 10:39:29 -05:00
  • f5e940d59d Merge pull request #4843 from ligfx/enable_Sdl Mat M 2017-02-07 10:38:08 -05:00
  • 9dc9033b76 Fix symbols name from maps taking 2 lines instead of one aldelaro5 2017-02-07 09:56:19 -05:00
  • 8048716efb JitIL/IR.cpp: add braces around std::array initalizers Michael Maltese 2017-02-07 01:09:46 -08:00
  • 4d5cc27243 CMake: re-run if .git/$(symbolic-full-name HEAD) changes Michael Maltese 2017-02-07 00:50:28 -08:00
  • f0fdb42ef5 libretro: build external dependancies as well. - some build fixes. - can now build with STATIC_LINKING=0, using the JIT recompiler from the shared lib will crash due to not being compatible with -fpic. aliaspider 2017-02-07 08:29:59 +01:00
  • fc0d88817f CMake: make option ENABLE_SDL work again Michael Maltese 2017-02-06 20:59:56 -08:00
  • 58f01e60d6 ES: use PRIx64 to print m_addtitle_tmd.GetTitleId() Michael Maltese 2017-02-06 20:31:20 -08:00
  • 04158dfe15 AVIDump: use a separate AVCodecContext Michael Maltese 2017-01-02 17:43:47 -08:00
  • 867d6134c5 AVIDump: open codec before stream Michael Maltese 2017-01-03 15:50:17 -08:00
  • dd3d8c7a4e AVIDump: use avformat_free_context Michael Maltese 2017-01-02 17:22:43 -08:00
  • ac214190fd AVIDump: Replace deprecated avcodec_encode_video2 Michael Maltese 2017-01-02 16:45:20 -08:00
  • 449dfe93a4 libretro: default to core context. - ass all supported extensions to info->valid_extensions. aliaspider 2017-02-07 04:16:29 +01:00
  • bdf09c7d3b Merge pull request #4841 from ligfx/accuratescmrev Mat M 2017-02-06 22:12:55 -05:00
  • 649fc390ff Merge pull request #4833 from Orphis/cmake_audiocommon Mat M 2017-02-06 22:12:05 -05:00
  • d1eaa59a8e cmake: Move detection of OpenAL to AudioCommon Florent Castelli 2017-02-06 00:28:11 +01:00
  • 662a6e836d cmake: Add imported target to FindOpenAL Florent Castelli 2017-02-06 00:27:47 +01:00
  • 2c7ded0db3 cmake: Copy FindOpenAL from upstream CMake Florent Castelli 2017-02-06 00:09:46 +01:00
  • cbb7e4072a cmake: Move AO detection to AudioCommon Florent Castelli 2017-02-05 05:08:30 +01:00
  • 9502f322d3 CMake: re-run to get version information when .git/HEAD changes Michael Maltese 2017-02-06 17:14:15 -08:00
  • b6d526ba2e IOS: Do not init libusb unless passthrough is enabled Léo Lam 2017-02-06 23:42:29 +01:00
  • 6a0bf24e0b Move libusb context initialization to on first use Léo Lam 2017-02-06 23:04:14 +01:00
  • db7ee668ff Notify user that USB won't work if libusb init fails Léo Lam 2017-02-06 22:19:47 +01:00
  • c41f587c29 Frame: Hide functions that don't need to be exposed Lioncash 2017-02-06 17:26:30 -05:00
  • ead076d335 NetWindow: Get rid of direct use of the main_window global Lioncash 2017-02-06 14:48:09 -05:00
  • 1fd1620e4e CMake: add CMAKE_CONFIGURE_DEPENDS on Data/Sys Michael Maltese 2017-02-05 22:21:39 -08:00
  • 6a68915fb8 Remove Guitar Hero 5 hack that apparently disabled USB functionality JosJuice 2017-02-06 22:16:39 +01:00
  • f5a3aac8e1 IOS: Check if libusb can be used instead of asserting Léo Lam 2017-02-06 22:09:43 +01:00
  • eb3c172b95 Merge pull request #4618 from Helios747/bounding_box_check Markus Wick 2017-02-06 21:58:19 +01:00
  • d244597b42 Merge pull request #4408 from leoetlino/usb Matthew Parlane 2017-02-07 09:17:05 +13:00
  • 2835cfde52 Merge pull request #4836 from lioncash/enum Matthew Parlane 2017-02-07 09:14:22 +13:00
  • 0c7d9bbb73 Merge pull request #4837 from lioncash/npd Anthony 2017-02-06 10:20:29 -08:00
  • 2597d2b69b NetWindow: Make chat messages queue private Lioncash 2017-02-06 13:02:02 -05:00
  • f978765bf0 Merge pull request #4755 from Orphis/cmake_sdl Mat M 2017-02-06 11:55:03 -05:00
  • 063e4df5a1 DSPCore: Convert the DSPCoreState enum into an enum class Lioncash 2017-02-06 11:44:10 -05:00
  • 3e30080ec6 libretro: fix makefile. make target building the first rule. aliaspider 2017-02-06 17:36:25 +01:00
  • 02127e360a Merge pull request #4831 from Orphis/cmake_cleanup Mat M 2017-02-06 11:29:05 -05:00
  • e4c17f126c Merge pull request #4835 from ligfx/configurefilescmrev Mat M 2017-02-06 11:14:08 -05:00
  • 84fa7ca537 (libretro) need this file too. aliaspider 2017-02-06 16:28:40 +01:00
  • 09a1d85ed0 (libretro) initial port. aliaspider 2017-02-06 16:27:15 +01:00
  • 11d1d227da Merge pull request #4834 from lioncash/enum Mat M 2017-02-06 02:43:35 -05:00
  • acc8dae2b3 CMake: use configure_file to generate scmrev.h Michael Maltese 2017-02-05 22:26:44 -08:00
  • 259f827e34 Core: Actually make the State enum an enum class Lioncash 2017-02-06 01:13:04 -05:00
  • b9fc79020d Merge pull request #4817 from sepalani/debug_print_case Matthew Parlane 2017-02-06 17:40:44 +13:00