Commit Graph

  • 34262ee3d8 Attachment: Move implementation details into the cpp file Lioncash 2017-01-23 01:17:08 -05:00
  • c87ee2a00e Attachment: Use std::array over C arrays Lioncash 2017-01-23 00:10:25 -05:00
  • 713ec5ffd5 Add includes for building on Windows without PCH Michael Maltese 2017-01-22 23:08:45 -08:00
  • 940aa6f32d VideoBackendBase: Convert FieldType into an enum class Lioncash 2017-01-23 03:27:13 -05:00
  • 5b461f50af VideoBackendBase: Convert EFBAccessType into an enum class Lioncash 2017-01-23 02:51:46 -05:00
  • c3a1547d9a AVIDump: rename CreateFile -> CreateVideoFile (conflict with windows.h) Michael Maltese 2017-01-23 00:13:27 -08:00
  • f024fd48f9 clang-format: Sort windows.h before other headers Michael Maltese 2017-01-22 23:38:06 -08:00
  • 836f43038a Merge pull request #4722 from lioncash/si-device Matthew Parlane 2017-01-23 21:28:58 +13:00
  • 5ed94a0f67 Merge pull request #4724 from degasus/hotfix Markus Wick 2017-01-23 07:31:36 +01:00
  • 819ebfb213 JitCache: Freeing hotfix. degasus 2017-01-23 06:58:02 +01:00
  • 9cd34c7985 Merge pull request #4717 from degasus/arm Markus Wick 2017-01-23 06:32:11 +01:00
  • 4b2f40a634 Attachment: Make class members non-public Lioncash 2017-01-22 23:53:13 -05:00
  • a2caa0d733 Merge pull request #4719 from ligfx/removeandroidtoolchainfile Mat M 2017-01-22 22:46:31 -05:00
  • fbcf86870d SI_Device: Remove const specifiers from SIDevice_Create declaration's parameters Lioncash 2017-01-22 22:26:32 -05:00
  • 0adb0dfeef SI_Device: Move implementation details into the cpp file Lioncash 2017-01-22 22:25:24 -05:00
  • fb8f19f553 SI_Device: Amend variable naming Lioncash 2017-01-22 22:11:39 -05:00
  • f41e5eac2e SI_Device: Move protected interface below public interface Lioncash 2017-01-22 22:10:43 -05:00
  • e41858232d Merge pull request #4720 from lioncash/si-stub Scott Mansell 2017-01-23 15:46:37 +13:00
  • 7f4ef74542 SI_Device: Move the null device implementation to its own source files Lioncash 2017-01-22 21:16:37 -05:00
  • 21ae6afa73 Android: remove unused android.toolchain.cmake Michael Maltese 2017-01-22 16:52:18 -08:00
  • 25ae6d8d24 GameSettings: Note for Star Fox Adventures CharlesCorrin 2017-01-22 19:30:05 -05:00
  • a19993c2a0 JitArm64: Fix dcbz. degasus 2017-01-23 00:23:26 +01:00
  • ba5c3f4c46 Merge pull request #4582 from iwubcode/per_game_wii_lang Matthew Parlane 2017-01-23 11:51:37 +13:00
  • ef7a809fad Merge pull request #4678 from degasus/jitcache Matthew Parlane 2017-01-23 11:49:46 +13:00
  • 5cee3f99ce Merge pull request #4710 from leoetlino/save-stm-hook Matthew Parlane 2017-01-23 11:11:08 +13:00
  • a7a8e35823 Add support for specifying the GC/Wii system language per-game iwubcode 2016-12-29 12:34:14 -06:00
  • 90ee85f4e8 Merge pull request #4714 from JosJuice/wbfs-file-entry Markus Wick 2017-01-22 17:56:51 +01:00
  • 6291cd0bce IOS: STM: Save event hook to savestates Léo Lam 2017-01-22 10:48:44 +01:00
  • 79f3b5c5ff Fix -Wshadow warning for file_entry JosJuice 2017-01-22 17:27:37 +01:00
  • 8e00c411a3 JitCache::Rename iCache to fast_block_map. degasus 2017-01-22 16:57:46 +01:00
  • 830ae6a2c1 JitCache: Store the JitBlock in the std::map. degasus 2017-01-11 22:41:30 +01:00
  • 43cdbab515 Jit64: Add a switch for easier fallback to the C++ dispatcher. degasus 2017-01-17 22:03:51 +01:00
  • 9b77a39767 JitCache: Only call DestroyBlock on valid blocks. degasus 2017-01-16 22:55:21 +01:00
  • 113d6b3b84 JitCache: Use a multimap for block_map and start_block_map. degasus 2017-01-16 23:43:43 +01:00
  • 9d58127dec JitCache: Move JitBlock config variable. degasus 2017-01-15 13:23:46 +01:00
  • 352909fc4c JitCache: Track the ICache entry of jit blocks. degasus 2017-01-12 09:56:05 +01:00
  • 9c28121af6 Merge pull request #4712 from lioncash/jitarm Markus Wick 2017-01-22 13:56:43 +01:00
  • a97aef2e94 Jit: Eliminate JIT global usages Lioncash 2017-01-22 06:01:30 -05:00
  • a18ab5e154 JitArm64_LoadStore: Eliminate JIT global usages Lioncash 2017-01-22 05:59:38 -05:00
  • 4601499179 JitArm64_LoadStoreFloating: Eliminate JIT global usages Lioncash 2017-01-22 05:57:44 -05:00
  • b4e00115c5 JitArm64_Tables: Eliminate usages of the JIT global Lioncash 2017-01-22 05:30:35 -05:00
  • b0605c24d3 JitIL_Tables: Eliminate usages of the JIT global Lioncash 2017-01-22 05:17:45 -05:00
  • 3ee31890d3 Jit64_Tables: Eliminate usages of the JIT global Lioncash 2017-01-22 05:14:19 -05:00
  • c9c5437cb8 JitCache: Fix links_to updates on destroying blocks. degasus 2017-01-17 22:59:03 +01:00
  • 6cddc1be95 EXI_Device: Get rid of an unnecesary cast Lioncash 2017-01-22 04:18:52 -05:00
  • 2e85ddef60 EXI_Device: Remove unnecessary const on EXIDevice_Create declaration parameters Lioncash 2017-01-22 04:17:44 -05:00
  • 07a61b0d15 EXI_Device: Move implementation details into the cpp file Lioncash 2017-01-22 04:16:25 -05:00
  • e41a6ac9a3 EXI_Device: Amend variable naming Lioncash 2017-01-22 04:06:51 -05:00
  • 4115d93c71 EXI_Device: Move destructor to beginning of public section Lioncash 2017-01-22 02:35:18 -05:00
  • a5c0409050 EXI_Device: Move private details below the public interface Lioncash 2017-01-22 02:30:10 -05:00
  • 46c33df485 Merge pull request #4707 from lioncash/exi-stub Markus Wick 2017-01-22 08:24:36 +01:00
  • 7c0b96f638 EXI_Device: Move the dummy implementation to its own source files Lioncash 2017-01-22 01:48:29 -05:00
  • d6bdbfe90e DSPAssembler: Use std::string instead of malloced char buffers in AssembleFile Lioncash 2017-01-21 22:58:02 -05:00
  • cbe1ec51df DSPAssembler: Make AssembleFile take a std::string Lioncash 2017-01-21 22:11:49 -05:00
  • d9c873bc8b Merge pull request #4704 from lioncash/exi-channel Matthew Parlane 2017-01-22 16:53:09 +13:00
  • d2ff34e510 EXI_Channel: Remove const qualifiers from member function declaration parameters Lioncash 2017-01-21 19:08:08 -05:00
  • 387769b4e2 EXI_Channel: Move SetEXIINT implementation into the cpp file Lioncash 2017-01-21 19:05:14 -05:00
  • edf8a79005 EXI_Channel: Make constructor explicit Lioncash 2017-01-21 18:56:57 -05:00
  • 5a85001d30 EXI_Channel: Amend variable casing Lioncash 2017-01-21 18:50:35 -05:00
  • 2252b7a355 Merge pull request #4705 from lioncash/mmu Matthew Parlane 2017-01-22 16:24:49 +13:00
  • 0dee9bc4f0 MMU: Change '0' literals to 'false' in IsOptimizableGatherPipeWrite Lioncash 2017-01-21 21:16:41 -05:00
  • 507715f316 Merge pull request #4700 from degasus/videoconfig Matthew Parlane 2017-01-22 14:52:37 +13:00
  • 688225616e EXI_Channel: In-class initialize variables Lioncash 2017-01-21 18:44:54 -05:00
  • 489e4c49bc EXI_Channel: Move private interface below public interface Lioncash 2017-01-21 18:42:18 -05:00
  • c4710ec7fa Merge pull request #4702 from BhaaLseN/fix-compress JosJuice 2017-01-21 21:50:56 +01:00
  • 07d1f18f53 CompressFileToBlob: add an explicit seek to make sure we're at the start BhaaL 2017-01-21 21:27:25 +01:00
  • 30e0f3d9ca DecompressFileToBlob: don't assume success if decompression failed BhaaL 2017-01-21 21:27:25 +01:00
  • 24be8c0814 IsGCZBlob: try to leave the file position where it was before BhaaL 2017-01-21 21:26:19 +01:00
  • 9fb01ecc73 Merge pull request #4701 from leoetlino/netplay-map-bug JosJuice 2017-01-21 20:48:57 +01:00
  • 3eb81ad219 Netplay: Fix wrong mapping info being used in dialog Léo Lam 2017-01-21 20:42:30 +01:00
  • ce07e5c2f9 Automatic translation resources sync with Transifex JosJuice 2017-01-21 12:23:05 +01:00
  • 65e3aa796e VideoConfig: Fix boolean default values. degasus 2016-08-10 22:07:09 +02:00
  • 7ebfd357b5 Merge pull request #4699 from Orphis/cmake_cleanup Matthew Parlane 2017-01-21 16:38:09 +13:00
  • c3e876b6be cmake: Fix building wxWidgets on Windows Florent Castelli 2017-01-21 03:24:18 +01:00
  • 57e85d9218 Merge pull request #4698 from lioncash/si-move Matthew Parlane 2017-01-21 15:00:20 +13:00
  • accf18431f Merge pull request #4694 from ligfx/update_portaudio Matthew Parlane 2017-01-21 14:55:21 +13:00
  • 59fb8042d1 cmake: Add XInput file to the InputCommon target Florent Castelli 2017-01-21 02:37:01 +01:00
  • 796ca00f3c cmake: Don't add GCC flag to MSVC in libpng Florent Castelli 2017-01-21 02:36:41 +01:00
  • e03690f1f0 cmake: Find prebuilt ffmpeg on Windows Florent Castelli 2017-01-21 02:36:06 +01:00
  • 6c197a8f6a cmake: Rename variable for libxi to X11_INPUT Florent Castelli 2017-01-21 02:35:46 +01:00
  • 794d0a9d7c Core: Move SI source files to their own directory Lioncash 2017-01-20 18:45:11 -05:00
  • 71ea457874 Merge pull request #4696 from Orphis/cmake_cleanup Matthew Parlane 2017-01-21 13:09:52 +13:00
  • 69be0705d9 PortAudio/MSBuild: remove now-unused definitions Michael Maltese 2017-01-20 11:48:35 -08:00
  • 3dc7d18775 PortAudio: Update to v190600_20161030 Michael Maltese 2017-01-20 11:35:17 -08:00
  • a945b4ea9b Merge pull request #4691 from lioncash/dsptables Matthew Parlane 2017-01-21 12:39:47 +13:00
  • b6a7216b07 cmake: Mark DolphinWX target as a Windows application (instead of console) Florent Castelli 2017-01-20 23:04:46 +01:00
  • 2ff10ad021 cmake: Add missing Windows file to common Florent Castelli 2017-01-21 00:28:32 +01:00
  • 5540cda820 cmake: Don't build traversal_server on Windows, it requires posix platform Florent Castelli 2017-01-20 23:03:59 +01:00
  • e55ec1ed35 cmake: Build D3D and D3D12 video backends Florent Castelli 2017-01-20 23:00:55 +01:00
  • 1516361d1d cmake: Add missing dependencies on libs on Windows Florent Castelli 2017-01-20 23:05:06 +01:00
  • b5b9c0cfc3 cmake: Build XAudio 2.7 backend on Windows Florent Castelli 2017-01-20 22:56:15 +01:00
  • 08d6a24bbc cmake: Build HIDAPI on Windows Florent Castelli 2017-01-20 22:55:43 +01:00
  • 56559c51cf cmake: librt is found only on Linux Florent Castelli 2017-01-20 22:55:20 +01:00
  • 83dc03416e Merge pull request #4690 from leoetlino/common-usb Matthew Parlane 2017-01-21 12:33:06 +13:00
  • 2f9bf297f1 Merge pull request #4693 from lioncash/interp-naming Matthew Parlane 2017-01-21 12:31:51 +13:00
  • 980cd6532d Merge pull request #4695 from lioncash/exi-move Matthew Parlane 2017-01-21 12:30:47 +13:00
  • 8078c18a80 Core: Move EXI source files to their own directory Lioncash 2017-01-20 15:33:43 -05:00
  • b05fc9d369 Merge pull request #4692 from Orphis/cmake_cleanup Mat M 2017-01-20 15:25:34 -05:00
  • 4d92ffb949 Interpreter: Amend parameter naming Lioncash 2017-01-20 13:38:21 -05:00
  • 954c41d6e9 IOS: Move out common USB structures Léo Lam 2017-01-18 22:32:22 +01:00