Commit Graph

  • 992b7f7ac0 DSPAssembler: Replace char buffer + sprintf with StringFromFormat Lioncash 2017-01-25 17:11:58 -05:00
  • f1e9c01796 Merge pull request #4750 from booto/hex_is_tough JosJuice 2017-01-25 19:09:03 +01:00
  • c889c81d8f 58 is 0x3a in hex, not 0x31 booto 2017-01-26 01:52:10 +08:00
  • 1bc5e4bc45 Merge pull request #4749 from Orphis/cmake_cleanup Mat M 2017-01-25 10:35:22 -05:00
  • 0df2ca702b IOS: Get rid of static state in BT passthrough Léo Lam 2017-01-12 21:56:44 +01:00
  • 18957bdb0a IOS: Fix savestates for Bluetooth passthrough Léo Lam 2017-01-12 21:29:09 +01:00
  • 223e213bcf cmake: Change endmacro(.*) to endmacro() Florent Castelli 2017-01-25 06:29:30 +01:00
  • 103361c846 cmake: Change endforeach(.*) to endforeach() Florent Castelli 2017-01-25 06:27:55 +01:00
  • bf2890f1f8 cmake: Change else(.*) to else() Florent Castelli 2017-01-25 06:27:05 +01:00
  • 87380c1c2c cmake: Change endif(.*) to endif() Florent Castelli 2017-01-25 06:25:52 +01:00
  • 104faa9fb3 VolumeDirectory: Use case-insensitive comparison when sorting JosJuice 2017-01-24 18:18:26 +01:00
  • 3c184dcf8d Merge pull request #4742 from lioncash/dspasm Markus Wick 2017-01-25 14:49:36 +01:00
  • 188d36ff26 ConfigManager: Refactor setting the region into a new function JosJuice 2017-01-25 14:42:11 +01:00
  • 18968abbd7 Merge pull request #4723 from booto/ios-init Pierre Bourdon 2017-01-25 11:41:26 +01:00
  • 54e7d4a3dd Merge pull request #4748 from lioncash/dspregcache Matthew Parlane 2017-01-25 22:49:16 +13:00
  • d0bfee0e3f Merge pull request #4747 from degasus/dispatcher Markus Wick 2017-01-25 07:38:04 +01:00
  • 1cb2209d95 Merge pull request #4685 from Orphis/cmake_windows Pierre Bourdon 2017-01-25 07:12:20 +01:00
  • d16ca2e5c8 Load IOS from TMD when launching non-IOS title. booto 2017-01-25 01:06:24 -05:00
  • 2fd034789e cmake: Move /MP flag to MSVC compile flag section Florent Castelli 2017-01-25 06:08:19 +01:00
  • 221f991f1e cmake: Move section to disable PIE with the other compiler flags Florent Castelli 2017-01-25 06:07:01 +01:00
  • 1dda078c61 cmake: Compile on Windows with C++ Exceptions Florent Castelli 2017-01-25 06:06:25 +01:00
  • d2cb5e6407 cmake: Small random cleanups Florent Castelli 2017-01-25 06:03:44 +01:00
  • aac17b06d1 cmake: Split compile definitions and options Florent Castelli 2017-01-25 06:02:01 +01:00
  • 5129ba1289 cmake: Add section with Windows defines Florent Castelli 2017-01-25 05:51:14 +01:00
  • fafb103c52 cmake: Move LTO settings lower in the file Florent Castelli 2017-01-25 05:51:09 +01:00
  • 925297d528 cmake: Simplify setting arch flags on macOS Florent Castelli 2017-01-25 05:49:47 +01:00
  • 3e28ebc31e cmake: Fix arch detection Florent Castelli 2017-01-25 05:44:56 +01:00
  • c48617008d cmake: Regroup compilation flags together Florent Castelli 2017-01-25 05:33:36 +01:00
  • ff4ef08745 cmake: Readd fomit-frame-pointer on macOS Florent Castelli 2017-01-25 05:33:36 +01:00
  • 8f355962ce cmake: Move include higher up in the file Florent Castelli 2017-01-25 05:23:06 +01:00
  • ec84c26975 cmake: Remove unused variable Florent Castelli 2017-01-18 21:25:00 +01:00
  • b9127cd2e0 cmake: Regroup definitions for 64bit file offsets Florent Castelli 2017-01-25 03:51:17 +01:00
  • a2e40a11d7 Fix typo MinSizeRe -> MinSizeRel Florent Castelli 2017-01-25 03:50:39 +01:00
  • 3734d6f16c DSPJitRegCache: Make GetReg return by value Lioncash 2017-01-24 21:32:08 -05:00
  • 08b73b8a77 cmake: Move check_and_add_flag to a separate file Florent Castelli 2017-01-25 01:48:16 +01:00
  • d3aee2de08 JitCache: Split off JIT call from dispatcher. degasus 2017-01-25 00:59:36 +01:00
  • 8475b03bd8 ConfigManager: Always set a valid m_region JosJuice 2017-01-24 16:34:08 +01:00
  • 3ba388138d Set up IOS RAM information area with real values. booto 2017-01-22 22:50:07 -05:00
  • eed64bb0fe Merge pull request #4744 from ligfx/cleanup-osx-cmake Markus Wick 2017-01-24 14:36:10 +01:00
  • 63f56ccd02 Merge pull request #4741 from Orphis/cmake_cleanup Markus Wick 2017-01-24 14:35:05 +01:00
  • 214aea1aea DSPHWInterface: Use SSSE3 function targeting Stenzek 2016-12-24 17:34:33 +10:00
  • d315052552 AudioCommon: Remove unused _M_SSE test Stenzek 2016-12-24 17:24:36 +10:00
  • 0f978227f5 Common: Use function-level targeting for CRC32 (SSE4.2) Stenzek 2016-12-23 23:48:55 +10:00
  • b74029ec57 TextureDecoder: Use target attributes on SSSE3 decoders Stenzek 2016-12-23 23:45:54 +10:00
  • 0f1b5a05ea Common: Support for function-specific instruction set target on x64 Stenzek 2016-12-23 23:41:54 +10:00
  • c85127c973 CMake: move CMAKE_MACOSX_RPATH with rest of macOS logic Michael Maltese 2017-01-24 00:45:57 -08:00
  • b65b87c8b4 CMake: don't need to force Clang on macOS Michael Maltese 2017-01-24 00:44:37 -08:00
  • 7ebb1b4d3d CMake: find_package(Threads) on macOS too Michael Maltese 2017-01-24 00:09:32 -08:00
  • 4cbd07b81f CMake: remove unneeded macOS frameworks Michael Maltese 2017-01-23 23:58:33 -08:00
  • 0ab3b1a3ff CMake: use CMAKE_OSX_DEPLOYMENT_TARGET Michael Maltese 2017-01-23 23:45:54 -08:00
  • 951eb9a801 CMake: use CMAKE_OSX_ARCHITECTURES Michael Maltese 2017-01-23 23:44:15 -08:00
  • 221be63cb4 Merge pull request #4734 from leoetlino/info-ios-version Matthew Parlane 2017-01-24 18:47:14 +13:00
  • 803ea7b143 cmake: Fix curl build for Windows Florent Castelli 2017-01-24 04:02:39 +01:00
  • a917d247ed DolphinWX: Remove HAVE_WX preprocessor define Florent Castelli 2017-01-24 03:53:47 +01:00
  • ed627a8cff DSPAssembler: Replace malloced output buffer with std::vector Lioncash 2017-01-23 16:43:04 -05:00
  • 0baf1c78c0 vs: Move defines out of Common.h to the build system Florent Castelli 2017-01-24 03:51:07 +01:00
  • a7bf9271b5 Fix missing includes Florent Castelli 2017-01-24 02:44:10 +01:00
  • c649bf104b cmake: Prevent HAVE_OPENAL and HAVE_PORTAUDIO to be redefined Florent Castelli 2017-01-24 02:21:01 +01:00
  • cac53603c5 DolphinWX: Put wx related headers before including anything else Florent Castelli 2017-01-24 02:20:40 +01:00
  • 7fe8395c33 cmake: Move listctrl in wxWidgts to platform specific generic Florent Castelli 2017-01-23 13:48:10 +01:00
  • fa04c1479e cmake: Remove PCH support Florent Castelli 2017-01-24 01:37:34 +01:00
  • f70a1a27fa Merge pull request #4726 from ligfx/addingwindowsheaders Matthew Parlane 2017-01-24 13:47:36 +13:00
  • 0bc40cacda No longer need to //clang-format off for Windows headers Michael Maltese 2017-01-23 00:53:51 -08:00
  • 00c993143f Merge pull request #4738 from EmptyChaos/pe-stackcheck-fix Matthew Parlane 2017-01-24 11:27:44 +13:00
  • 98c4ceb3d1 Merge pull request #4737 from lioncash/bpmem Matthew Parlane 2017-01-24 11:00:25 +13:00
  • 7a58a82a37 BPMemory: Add const specifier to member functions where applicable Lioncash 2017-01-23 15:49:34 -05:00
  • 1f596a23af BPMemory: Eliminate union type punning Lioncash 2017-01-23 15:48:14 -05:00
  • 49873b1287 MMU/PatchEngine: Fix potential crash during stack probe EmptyChaos 2017-01-23 21:05:11 +00:00
  • bd2881ff86 Merge pull request #4736 from leoetlino/oob Matthew Parlane 2017-01-24 10:02:09 +13:00
  • 3d21280ab4 DiscIO: Fix out-of-bounds access in NANDContentDataBuffer Léo Lam 2017-01-23 21:49:26 +01:00
  • 86b758d7ca Merge pull request #4733 from leoetlino/expose-wad-tmd Matthew Parlane 2017-01-24 09:20:14 +13:00
  • 8d0ce8ea47 Merge pull request #4716 from degasus/jitcache Matthew Parlane 2017-01-24 09:18:42 +13:00
  • b892d78872 VolumeWad: Implement GetTMD() Léo Lam 2017-01-23 18:33:49 +01:00
  • ceb1797977 DolphinWX: Show the required IOS version in info panel Léo Lam 2017-01-23 15:14:41 +01:00
  • 1cb87a9e43 DolphinWX: Simplify item creation in InfoPanel Léo Lam 2017-01-23 12:10:03 +01:00
  • 7f6b8e3555 JitCache: Extract ErasePhysicalRange as function. degasus 2017-01-23 20:32:27 +01:00
  • 70caf447b9 JitCache: Get physical addresses from PPCAnalyst. degasus 2017-01-22 16:23:56 +01:00
  • 3529af61c4 JitAnalyzer: Remove jit block cache workaround. degasus 2017-01-22 14:35:03 +01:00
  • f3ed993747 JitCache: Use a map with macro blocks for the occupied memory regions. degasus 2017-01-22 12:58:57 +01:00
  • dc0fbc15f0 JitCache: Drop block_map. degasus 2017-01-22 11:57:51 +01:00
  • 98311cd9f4 Merge pull request #4728 from lioncash/virtual-dtor Matthew Parlane 2017-01-24 08:19:23 +13:00
  • ee065181d7 Merge pull request #4730 from leoetlino/tmdreader Matthew Parlane 2017-01-24 08:19:07 +13:00
  • d97a2aba8d Merge pull request #4731 from leoetlino/volumewad Matthew Parlane 2017-01-24 08:18:02 +13:00
  • a43271e250 Merge pull request #4732 from lioncash/renderbase Matthew Parlane 2017-01-24 08:17:24 +13:00
  • fa359d0c28 Merge pull request #4718 from CharlesCorrin/CharlesCorrin-patch-1 Matthew Parlane 2017-01-24 08:12:40 +13:00
  • 70cf774a5c RenderBase: Forward declare EFBAccessType Lioncash 2017-01-23 11:20:20 -05:00
  • f89aaee91a VolumeWad: Remove useless else after return Léo Lam 2017-01-23 18:09:29 +01:00
  • 2cd287baf7 VolumeWad: Add missing forward declaration Léo Lam 2017-01-23 18:07:35 +01:00
  • 6128679396 VolumeWad: Clean up variable naming Léo Lam 2017-01-23 18:06:08 +01:00
  • 6d909b3e30 VolumeWad: In-class initialise member variables Léo Lam 2017-01-23 18:02:00 +01:00
  • 0d8ddfb7d9 TMDReader: Add a way to get the required IOS version Léo Lam 2017-01-23 15:14:23 +01:00
  • 1c854f2daa Merge pull request #4727 from lioncash/enum-class Markus Wick 2017-01-23 17:14:06 +01:00
  • 6d879f7f3a Merge pull request #4729 from lioncash/table JosJuice 2017-01-23 15:51:42 +01:00
  • 93faf26217 Merge pull request #4721 from RisingFog/remove_dead_audiodump_code Mat M 2017-01-23 09:17:11 -05:00
  • dd9709509c Remove dead audio dumping code Chris Burgener 2017-01-22 22:09:35 -05:00
  • fd772f6726 ES: Move the key table into the cpp file Lioncash 2017-01-23 07:36:53 -05:00
  • c0e8280240 Merge pull request #4706 from lioncash/dspasm Markus Wick 2017-01-23 12:12:01 +01:00
  • a9da2d9e20 ControllerEmu: Add missing virtual destructor to BooleanSetting Lioncash 2017-01-23 05:08:19 -05:00
  • 4436011c50 Merge pull request #4725 from lioncash/attachments Markus Wick 2017-01-23 10:55:04 +01:00
  • 34768617d2 Attachment: Make constructors explicit where applicable Lioncash 2017-01-23 01:21:09 -05:00