Commit Graph

  • 4105beb999 Merge pull request #5321 from leoetlino/wad-uninstall Léo Lam 2017-04-29 22:24:41 +02:00
  • ecf5f7d5f4 Merge pull request #4469 from sepalani/fix_xfb_debug Anthony 2017-04-29 12:48:53 -07:00
  • 4245ed8895 Merge pull request #5178 from sepalani/fix-sym-map-read Anthony 2017-04-29 12:48:05 -07:00
  • cb2e7a6cac Merge pull request #5240 from sepalani/find_handlers Anthony 2017-04-29 12:44:41 -07:00
  • 4d3a794942 Merge pull request #5238 from sepalani/ppc-analyst-rfi Anthony 2017-04-29 12:44:18 -07:00
  • 78f4ca6d79 Merge pull request #5242 from sepalani/nop-pad Anthony 2017-04-29 12:42:38 -07:00
  • f9b4901825 MemoryView: Fix empty string Sepalani 2017-04-20 22:04:10 +01:00
  • f8465d08e8 MemoryView: Prevent non-ascii characters Sepalani 2017-04-21 01:12:22 +01:00
  • e8f52e467b PPCAnalyst: Find interrupt/exception handlers Sepalani 2017-04-10 19:35:22 +01:00
  • 7cee62bbb3 PPCAnalyst: Support return from interrupt Sepalani 2017-04-10 17:25:33 +01:00
  • dd039cd311 PPCAnalyst: Skip nop alignment Sepalani 2017-04-10 23:43:06 +01:00
  • 3f2f3679cd PPCAnalyst: Prevent PanicAlert due to invalid read Sepalani 2017-03-28 17:45:17 +01:00
  • d20a404a87 BootWiiWAD: Prevents SymbolMap loading Sepalani 2017-03-28 05:45:55 +01:00
  • 5f81226d8d SignatureDB: MEGA FormatHandler added Sepalani 2017-03-31 13:00:19 +01:00
  • 82afda94f4 SignatureDB: Use explicit construction Sepalani 2017-03-24 19:47:41 +00:00
  • a9b52ce91b SignatureDB: Rewrite FormatHandler API Sepalani 2017-03-24 00:31:52 +00:00
  • 2daf5cb86f SignatureDB: const correctness and cleanup Sepalani 2017-03-16 23:13:18 +00:00
  • f392e472cc [HLE] JitIL: Fixes invalid logs Sepalani 2016-11-23 00:26:36 +00:00
  • 5ea798b726 [HLE] Jit: Fixes invalid logs Sepalani 2016-11-23 00:13:11 +00:00
  • 51def492c7 [HLE] CachedInterpreter: Fixes invalid logs Sepalani 2016-11-23 00:12:41 +00:00
  • e0e93fc3a6 [HLE] Interpreter: Fixes invalid logs Sepalani 2016-11-23 00:12:12 +00:00
  • 4f9e5e1141 [HLE] Added GetFirstFunctionIndex matching the start address Sepalani 2016-11-23 00:09:48 +00:00
  • e259b3fa76 [HLE] Fixes XFB and invisible printf Sepalani 2016-11-23 00:06:39 +00:00
  • a2cba6d72f Merge pull request #5279 from stenzek/compressed-custom-textures Stenzek 2017-04-30 00:44:06 +10:00
  • da880c2a98 Merge pull request #5333 from leoetlino/es-functions Léo Lam 2017-04-29 14:06:10 +02:00
  • f8ab521e6d Merge pull request #5335 from JosJuice/clinclude-tgcblob Léo Lam 2017-04-29 13:35:26 +02:00
  • d2b20f3163 Fix display of Japanese text in the Memory Card Manager JosJuice 2017-04-29 11:18:08 +02:00
  • acba6a0d5f Merge pull request #5326 from MerryMage/cr_cache Markus Wick 2017-04-29 11:10:38 +02:00
  • d4e2529f13 JitArm64: Use CR cache MerryMage 2017-04-26 19:37:37 +00:00
  • a9fbf69cad JitArm64_RegCache: Implement caching of cr_val MerryMage 2017-04-26 16:49:44 +00:00
  • cc851c41c1 TextureCache: Move host texture utility functions to VideoCommon Stenzek 2017-04-29 00:53:32 +10:00
  • de348fc952 HiresTextures: Support loading uncompressed .DDS files Stenzek 2017-04-21 20:50:17 +10:00
  • 20cbef8e9f HiresTextures: Move the maximum mip level check from DDS to main loader Stenzek 2017-04-21 19:53:03 +10:00
  • a6a13f51c1 HiresTextures: Support DXT10 extended header in DDS loader Stenzek 2017-04-21 19:33:05 +10:00
  • 8761c8244d HiresTextures: Load full mipmap chain from DDS files Stenzek 2017-04-17 00:24:16 +10:00
  • c53a60f3c3 Vulkan: Support native compressed textures Stenzek 2017-04-16 22:23:33 +10:00
  • 3f18c5e0f1 D3D12: Support native compressed textures Stenzek 2017-04-16 20:53:38 +10:00
  • 2d75c2ab10 D3D11: Support native compressed textures Stenzek 2017-04-16 20:47:17 +10:00
  • c4136d0365 IOS/ES: Handle contexts properly Léo Lam 2017-04-27 21:22:04 +02:00
  • d1b54f7697 Fix TGCBlob.h's listing in DiscIO.vcxproj.filters JosJuice 2017-04-28 18:16:08 +02:00
  • 303b54a3a5 Refactor GameListCtrl spycrab 2017-04-28 17:35:23 +02:00
  • f5d95dcc86 OGL: Use native compressed textures on supported drivers Stenzek 2017-04-16 20:34:02 +10:00
  • 12bde06dc3 GLExtensions: Add GL_EXT_texture_compression_s3tc Stenzek 2017-04-16 20:33:30 +10:00
  • f4b848949c TextureCache: Support compressed textures and pass pitch/size to upload Stenzek 2017-04-16 19:45:22 +10:00
  • bc8a96d713 HiresTextures: Support parsing DDS files directly Stenzek 2017-04-16 19:30:11 +10:00
  • 68ee4fc932 Merge pull request #5296 from stenzek/vulkan-postprocessing Stenzek 2017-04-28 22:50:14 +10:00
  • f2035384e5 Merge pull request #5331 from mahdihijazi/fix_game_banners2 Markus Wick 2017-04-27 20:59:23 +02:00
  • 1e73f3c76e [Android] Fix game banners Mahdi Hijazi 2017-04-27 20:39:19 +02:00
  • 2d2e621058 Add EditorConfig Brayden 2016-02-24 19:33:17 -08:00
  • 8028564a07 Merge pull request #5329 from leoetlino/clear Léo Lam 2017-04-27 18:12:33 +02:00
  • 537fbf33a7 Remove HIDAPI Autotools build system and unused files Michael Maltese 2017-04-24 20:10:50 -07:00
  • 655ab9b4e2 CMake: clean up HIDAPI build Michael Maltese 2017-04-24 20:06:39 -07:00
  • 65d37ee2dc IOS/ES: Drop unnecessary memset for vectors Léo Lam 2017-04-27 00:00:44 +02:00
  • 9fc394f9c7 Merge pull request #5328 from leoetlino/wiimote-fix Léo Lam 2017-04-26 23:58:53 +02:00
  • 4d42a098c3 WiimoteCommon: add static_assert for struct sizes Léo Lam 2017-04-26 23:53:44 +02:00
  • 6c1c8e03b8 Fix emulated Wiimotes Léo Lam 2017-04-26 23:30:24 +02:00
  • 366aeeb488 Make ENABLE_ANALYTICS=0 do something spycrab 2017-04-26 23:27:13 +02:00
  • aedfb5df32 Merge pull request #5327 from MerryMage/crXXX Markus Wick 2017-04-26 23:02:43 +02:00
  • 8799f6b64f JitArm64_SystemRegisters: Fix crXXX (set 32nd bit) MerryMage 2017-04-26 21:51:47 +01:00
  • 341fefd65a Merge pull request #5289 from sepalani/mem-find Léo Lam 2017-04-26 21:16:08 +02:00
  • 560c66f9c6 Merge pull request #5324 from leoetlino/build-fix Léo Lam 2017-04-26 20:30:51 +02:00
  • 5fa206e529 Merge pull request #5325 from spycrab/wiimote_common Léo Lam 2017-04-26 20:25:36 +02:00
  • 831ae6a962 CMake/WX: specify PRIVATE for target_link_libraries Léo Lam 2017-04-26 20:24:21 +02:00
  • fa0c61eb6d WX: Build fix Léo Lam 2017-04-26 13:47:49 +02:00
  • 823dba47f5 Move shared Wiimote files into WiimoteCommon spycrab 2017-04-26 19:30:14 +02:00
  • 33f56a84b2 Merge pull request #5319 from leoetlino/ticket-view-version Léo Lam 2017-04-26 11:24:13 +02:00
  • 255fd14db6 Merge pull request #5316 from ligfx/cmakewxwidgets Mat M 2017-04-25 21:21:54 -04:00
  • 82d0f6edb2 FifoDataFile: static_assert that structs are right size Michael Maltese 2017-04-25 17:43:37 -07:00
  • 6a6bfa0dbb FifoPlayer: subsume FifoFileStruct.h into FifoDataFile.cpp Michael Maltese 2017-04-25 17:32:54 -07:00
  • f9a67fbf6f FifoFileStruct: replace unions with explicit padding Michael Maltese 2017-04-25 17:29:49 -07:00
  • b955805b2b CMake: remove DolphinWX $DOLPHIN_EXE abstraction Michael Maltese 2017-04-24 15:05:19 -07:00
  • bd4ffb680c CMake: don't make DolphinWX link to dl Michael Maltese 2017-04-24 14:57:11 -07:00
  • c214c29b01 CMake: DolphinWX cleanup Michael Maltese 2017-04-24 14:55:29 -07:00
  • 6e1940c404 CMake: don't globally include wxWidgets headers Michael Maltese 2017-04-24 14:33:15 -07:00
  • f4c0723387 CMake: move wxWidgets check_lib code into wxWidgets Michael Maltese 2017-04-24 14:14:07 -07:00
  • 6197d9622f CMake: move GTK+ check into wxWidgets Michael Maltese 2017-04-24 14:10:10 -07:00
  • 8e7648f42a CMake: modern-ize wxWidgets Michael Maltese 2017-04-25 09:37:11 -07:00
  • 3124f3c4d8 WX: Add the ability to uninstall WADs from the game list Léo Lam 2017-04-25 23:29:48 +02:00
  • 1b3b7518e6 ESFormats: Fix the first field of ticket views Léo Lam 2017-04-25 20:32:01 +02:00
  • 4d52df150b Merge pull request #5317 from leoetlino/es-setuid Léo Lam 2017-04-25 20:00:28 +02:00
  • f7892faa80 CMake: remove artisanal wxWidgets version check Michael Maltese 2017-04-24 14:08:30 -07:00
  • 7a615afe17 Merge pull request #5315 from sepalani/debug-pause Léo Lam 2017-04-25 16:48:31 +02:00
  • 262adbe2bc Merge pull request #5262 from MerryMage/mfspr-arm64 Markus Wick 2017-04-25 13:31:28 +02:00
  • e3d0de7442 JitArm64: Implement timer SPRs MerryMage 2017-03-27 20:06:43 +01:00
  • 27ae5b8d34 VideoConfigDiag: Move post-processing shader list to post processor Stenzek 2017-04-21 23:59:45 +10:00
  • 417a4ca206 Vulkan: Implement post-processing backend Stenzek 2017-04-21 23:33:58 +10:00
  • a10e8b1ef5 VideoCommon: Move the blit methods to the backend class Stenzek 2017-04-21 23:33:12 +10:00
  • cc40389f88 IOS/ES: Implement ES_SetUid Léo Lam 2017-04-25 00:07:34 +02:00
  • c01fda6255 IOS: Include the UID and GID in open requests Léo Lam 2017-04-24 23:48:05 +02:00
  • dd31a403db Merge pull request #5285 from spycrab/fr_9952 Léo Lam 2017-04-24 23:12:39 +02:00
  • 286e9b74ee Merge pull request #5309 from leoetlino/ios-uid-gid Léo Lam 2017-04-24 22:50:03 +02:00
  • 4a55398069 DoStop() shouldn't unpause in debug mode Sepalani 2017-04-24 17:19:35 +01:00
  • 3158a5bc35 RenderBase: clean up UpdateDrawRectangle Michael Maltese 2017-03-02 17:51:31 -08:00
  • 24d5d89056 Merge pull request #5275 from ligfx/fixhidapithread Léo Lam 2017-04-24 02:31:16 +02:00
  • 4c5e283e75 WiimoteReal: init and destroy ScannerBackends in same thread Michael Maltese 2017-04-15 19:20:51 -07:00
  • c6bc474c29 Merge pull request #5291 from Starsam80/fix-10221 Tilka 2017-04-23 23:40:32 +01:00
  • a8dfb32576 Merge pull request #5304 from FRtranslator/Small_rework_Audio_cfg Tilka 2017-04-23 23:37:41 +01:00
  • dae950ff90 IOS: Implement UID/GID changes for the PPC Léo Lam 2017-04-23 12:38:16 +02:00
  • 8a559f2e58 Merge pull request #5307 from JosJuice/more-gfx-debug-strings Tilka 2017-04-23 17:25:58 +01:00
  • 111d92c03d Merge pull request #5303 from MerryMage/DPL2Decoder Tilka 2017-04-23 17:07:14 +01:00