Commit Graph

  • d2e004fa9e Use CRC to output 64 bits instead of 32 Fiora 2014-10-18 00:22:41 -07:00
  • 742f9c6b14 Merge pull request #1319 from lioncash/tas_vars comex 2014-10-18 01:04:32 -04:00
  • 9df0fff7cc TASInputDlg: Apply m_ prefix to class member variables. Lioncash 2014-10-17 23:42:46 -04:00
  • ecaa075e6a Merge pull request #1310 from Stevoisiak/patch-1 Lioncash 2014-10-17 23:18:01 -04:00
  • 48a27458d1 Remove unused filter in DolphinWX vcproj file. Lioncash 2014-10-17 23:11:38 -04:00
  • 0d1f8527c7 Merge pull request #1297 from RisingFog/audio-dump-during-emulation skidau 2014-10-18 13:16:41 +11:00
  • c80ba8704c Merge pull request #1276 from RisingFog/flipped-audio-dump skidau 2014-10-18 13:15:23 +11:00
  • a5674bbe84 Merge pull request #475 from kayru/d3d_state_cache skidau 2014-10-18 13:11:39 +11:00
  • c74b4df13e Add FPRF interface option, change from EnableFPRF to just FPRF Fiora 2014-10-15 08:22:17 -07:00
  • 719326df65 Make EnableBATs an option instead of disabling it entirely Fiora 2014-10-15 06:45:49 -07:00
  • 467ab1a629 Moved Input Display to Movie Menu Fog 2014-10-17 21:08:34 -04:00
  • 2684c75c6e Merge pull request #1304 from FioraAeterna/fasterhash comex 2014-10-17 20:24:47 -04:00
  • 99169eb620 JIT: fix profiler on non-Windows OSs Fiora 2014-10-17 16:48:09 -07:00
  • 15a4bccb73 Hash: unroll CRC loop, since CRC32 typically has nontrivial latency Fiora 2014-10-16 18:15:27 -07:00
  • dfd719124f Merge pull request #1313 from Stevoisiak/patch-3 Lioncash 2014-10-17 17:34:53 -04:00
  • e86ff867fe Fixed minor typo Stevoisiak 2014-10-17 17:26:56 -04:00
  • b78396847f D3D: Removed SetBlendOp, SetSrcBlend and SetDestBlend as they are now trivial Yuriy O'Donnell 2014-10-17 22:24:44 +02:00
  • 37da09b27c Specified where GC Bios files go Stevoisiak 2014-10-17 16:00:36 -04:00
  • ed5e698511 Minor spelling fix Stevoisiak 2014-10-17 15:51:19 -04:00
  • d23da7dbef Added __forceinline to AlphaTest::TestResult() to make MSVC inline it Yuriy O'Donnell 2014-10-17 21:50:41 +02:00
  • 5fdda135d2 Workaround for MSVC not optimizing away Write() in GeneratePixelShader Yuriy O'Donnell 2014-10-16 20:39:58 +02:00
  • 73590b1323 Merge pull request #1266 from skidau/mmu-exram skidau 2014-10-17 17:10:51 +11:00
  • 5394967e03 Update freelook description. i418c 2014-10-16 19:58:15 -07:00
  • 0ac3e8c19f Fix Freelook on Linux and add speed reset. i418c 2014-10-16 19:57:11 -07:00
  • 536b8d6695 Merge pull request #1305 from dolphin-emu/revert-1222-backpatchchanges comex 2014-10-16 21:43:18 -04:00
  • 4c2a542f1e Revert "FastMem: don't let the backpatcher hit the same location twice" comex 2014-10-16 21:39:15 -04:00
  • 4e8cc952bb Merge pull request #1247 from Stevoisiak/WiimoteSubmenu comex 2014-10-16 20:12:35 -04:00
  • eb865cae20 Merge pull request #1284 from comex/even-more-warnings comex 2014-10-16 17:05:25 -04:00
  • 67088a1834 Fix signed/unsigned comparison and unused variable warnings. comex 2014-10-14 01:18:31 -04:00
  • 4134a0ad54 Make some variables static (should probably adjust for coding style too, but I'm not the one who merged code with bad style...) comex 2014-10-14 01:16:02 -04:00
  • 1ff86a4716 Merge pull request #1295 from crudelios/remove-bbox-settings comex 2014-10-16 17:00:37 -04:00
  • cedf0f68a8 Merge pull request #1303 from degasus/master comex 2014-10-16 16:59:28 -04:00
  • 8f403696ea DriverDetails: mark intel buffer_storage bug as fixed degasus 2014-10-16 22:51:32 +02:00
  • 0f3194abc3 Get rid of netpad and just send the GCPadStatus in netplay. Rachel Bryk 2014-10-16 02:36:39 -04:00
  • 9bdfd4a833 D3D: State cache now reduces number of blend state permutations by collapsing some states that have blending disabled Yuriy O'Donnell 2014-10-16 18:27:43 +02:00
  • c5247673cd If the stack overflow trap region has already been tripped, don't continue to ignore faults there. comex 2014-10-16 02:14:02 -04:00
  • 108087bb68 Flipped Wave File Channels Fog 2014-10-13 01:52:54 -04:00
  • c1325675c7 Merge pull request #1286 from Linktothepast/master skidau 2014-10-16 14:05:28 +11:00
  • 3023abc1b5 Merge pull request #1285 from degasus/master skidau 2014-10-16 14:04:25 +11:00
  • f27aabd411 Merge pull request #1278 from lioncash/controller skidau 2014-10-16 14:02:56 +11:00
  • 002b9f7acd Merge pull request #1222 from FioraAeterna/backpatchchanges skidau 2014-10-16 14:00:29 +11:00
  • fc774f0232 Merge pull request #1062 from zhuowei/master skidau 2014-10-16 13:58:56 +11:00
  • f2ed533841 Start/Stop Audio Dump During Emulation Fog 2014-10-15 20:03:31 -04:00
  • 12cf02ccd9 Remove some missing references to tlbhack. Linktothepast 2014-10-15 22:44:22 +03:00
  • bea68c95a4 D3D: Fixed uninitialized members of gx_state Yuriy O'Donnell 2014-10-15 20:17:34 +02:00
  • 21655dc61a D3D: moved render state cache implementation to D3DState.h/cpp Yuriy O'Donnell 2014-06-23 08:11:07 +02:00
  • e7f8032d7d D3D: State cache now uses BitField to define packed render states Yuriy O'Donnell 2014-06-09 11:55:25 +02:00
  • 2e4667caaa D3D: Moved render state cache into separate source files. Refactored StateCache::Get() to early out for narrower indentation. Added comments to clarify ownership of objects returned by StateCache::Get(). Yuriy O'Donnell 2014-06-09 00:36:26 +02:00
  • f434bd7d3f D3D: Implemented cache for dynamic render states Yuriy O'Donnell 2014-06-05 13:58:36 +02:00
  • d281b4d7e1 Remove setting to enable or disable Bounding Box calculation. crudelios 2014-10-15 19:02:54 +01:00
  • b7b2074cc2 ControllerInterface: Get rid of SetHwnd(), introduce Reinitialize() Lioncash 2014-10-13 12:45:47 -04:00
  • 8912315596 Merge pull request #1290 from lioncash/xfb skidau 2014-10-15 14:09:33 +11:00
  • 8ef21bc5e2 Merge pull request #1272 from RisingFog/sconfig-dump-frames skidau 2014-10-15 13:42:37 +11:00
  • 9f5ea81ffe Merge pull request #1274 from lioncash/uninit skidau 2014-10-15 13:25:52 +11:00
  • 5a3f19aeaf Fix XFB scaling in D3D slx7R4GDZM 2014-10-14 22:21:36 -04:00
  • ca3a25221a Gameini updates. Linktothepast 2014-10-14 16:01:23 +03:00
  • 1227bd2ba6 PixelShaderGen: replace multiplication with shift Markus Wick 2014-10-14 12:34:37 +02:00
  • 8f61c6f239 Merge pull request #1243 from comex/warning-fixes comex 2014-10-14 01:14:26 -04:00
  • 6650f8922d Merge pull request #1283 from FioraAeterna/removebats comex 2014-10-14 01:14:14 -04:00
  • b93953250a TAS warning fixes: unused vars, shadowing, incorrect (unsigned) comex 2014-10-09 02:05:45 -04:00
  • 5b8722b6f2 Don't pass u64 (which may be long long) to %lu. comex 2014-10-09 02:00:34 -04:00
  • d4e8e3a6a3 Properly handle the Wiimote speaker data format being unknown. comex 2014-10-09 01:59:00 -04:00
  • a27f5fe301 Remove another auto .. -> declaration. comex 2014-10-09 01:53:59 -04:00
  • 47faf7c4fd Merge branch 'Remove-MMU-Speed-Hack-option' of https://github.com/skidau/dolphin into skidau-Remove-MMU-Speed-Hack-option comex 2014-10-14 01:08:20 -04:00
  • 6ac2fcca61 MMU: disable BAT resolution Fiora 2014-10-13 19:33:46 -07:00
  • 89fb096ef3 Merge pull request #1282 from lioncash/readme comex 2014-10-14 01:03:36 -04:00
  • fd33ecaecd Merge pull request #1268 from lioncash/append skidau 2014-10-14 12:50:18 +11:00
  • a069183316 Merge pull request #1267 from lioncash/statics skidau 2014-10-14 12:49:25 +11:00
  • 01359a481b Merge pull request #1265 from skidau/debugger-registers-mmu skidau 2014-10-14 12:47:47 +11:00
  • e50dad67ce Merge pull request #1252 from FioraAeterna/regallocator skidau 2014-10-14 12:45:48 +11:00
  • b4e82a5b9b Merge pull request #1192 from skidau/dsp-acc-loop-adpcm skidau 2014-10-14 12:38:54 +11:00
  • ce35cd301b Merge pull request #1169 from lioncash/cpu-core skidau 2014-10-14 12:36:02 +11:00
  • 96a2b74c02 Merge pull request #846 from lioncash/fpscr-enum skidau 2014-10-14 12:33:57 +11:00
  • af7911e9ea Readme: Add a link to the Transifex page Lioncash 2014-10-13 18:05:58 -04:00
  • 9f2b48ab07 Core: Use an enum for indicating CPU cores Lioncash 2014-09-27 15:54:07 -04:00
  • 32dbdbe92f Corrected the step size bytes for the start of the DSP accelerator chunk. Patch by hk.konpie skidau 2014-10-13 22:10:14 +11:00
  • 711a8aa6ad Fixed the step_size_bytes in the ADPCM Accelerator loop taking into account the varying number of bytes that ADPCM steps by. skidau 2014-09-30 22:11:34 +10:00
  • 7b44e79356 Changed the FAST_TLB_CACHE to update its state only if the TLB cache is accessed by the game (not by Dolphin). The FAST_TLB_CACHE (written by booto) is faster and accurate to the hardware. Enabled the FAST_TLB_CACHE by default. skidau 2014-10-13 18:00:45 +11:00
  • 81e2cf7490 Merge pull request #1271 from Sonicadvance1/AArch64-JIT-UI Lioncash 2014-10-13 02:01:14 -04:00
  • 69a2d0cb96 Corrected the physical memory access to MEM2 via the MMU. Fixes Toy Story 3. skidau 2014-10-13 00:06:43 +11:00
  • 9551650c42 Merge pull request #1095 from crudelios/sw-bbox skidau 2014-10-13 15:57:11 +11:00
  • 01f1768c55 Merge pull request #1273 from lioncash/iamanidiot Lioncash 2014-10-13 00:46:42 -04:00
  • 6d3487aee9 TASInputDlg: Fix some potential uninitialized variable warnings. Lioncash 2014-10-13 00:40:01 -04:00
  • b315040c6b Software: Remove obsoleted VideoConfigDialog. Lioncash 2014-10-13 00:30:08 -04:00
  • 8d424b114a Move bDumpFrames to SConfig (and it's references) Fog 2014-10-12 23:53:10 -04:00
  • 0a0183ee44 Add AArch64 JIT recompiler to wxWidgets UI. Ryan Houdek 2014-10-12 22:49:07 -05:00
  • 26fc3c168a Merge pull request #1262 from RisingFog/movie-dump-fix skidau 2014-10-13 13:26:01 +11:00
  • cd0c784d5a Changed Dump Frames References Fog 2014-10-11 23:33:09 -04:00
  • a1bee05f5f ControllerEmu: Get rid of redundant string appending Lioncash 2014-10-12 17:47:10 -04:00
  • 00b3cc3b09 VolumeCreator: Make master key arrays static Lioncash 2014-10-12 15:05:11 -04:00
  • 6d9990585c Added some of the MMU registers into the debugger Register window skidau 2014-10-12 20:03:29 +11:00
  • 18c81dbc33 Merge pull request #1261 from lioncash/mesa-resonance-cascade skidau 2014-10-12 14:26:23 +11:00
  • e283839b68 AVIDump: Add missing CoreTiming header Lioncash 2014-10-11 23:12:17 -04:00
  • 88f885f5a4 Merge pull request #1257 from RisingFog/moviemenudumping skidau 2014-10-12 14:06:29 +11:00
  • a00ad6871c Merge pull request #1220 from RisingFog/avsync skidau 2014-10-12 14:04:45 +11:00
  • 7443a07f6e Merge pull request #1253 from lioncash/jitcache skidau 2014-10-12 13:59:37 +11:00
  • 9ddbdeb39f Merge pull request #995 from FioraAeterna/fma skidau 2014-10-12 13:56:18 +11:00
  • 432e89b68d Added Dump Frames/Audio to Movie Menu Fog 2014-10-11 12:31:02 -04:00
  • a373cc0654 Merge pull request #1231 from Armada651/borderless skidau 2014-10-11 14:27:49 +11:00
  • 8738b1879c Removed the MMU Speed Hack option. The TLBHack is now enabled if the MMU option is disabled. This will help catch cases where a game requires the TLBHack but the option has not been set in the game ini. It also removes the possibility to mistakenly enable both the MMU and TLBHack. skidau 2014-10-11 11:31:16 +11:00