Commit Graph

  • 84bf097fb7 Merge pull request #579 from degasus/statics Pierre Bourdon 2014-07-11 16:37:42 +02:00
  • 7e79806efc remove unused globals degasus 2014-07-08 22:37:58 +02:00
  • 81ed17be53 avoid the extern keyword in .cpp files degasus 2014-07-08 16:49:33 +02:00
  • 6d3f249dcc mark all local variables as static degasus 2014-07-08 15:58:25 +02:00
  • 9560ecdbec CMake: warn on missing variable declarations degasus 2014-07-08 14:51:14 +02:00
  • 22e1aa5bb4 mark all local functions as static degasus 2014-07-08 14:29:26 +02:00
  • 3ff1c538ee CMake: warn on missing declarations degasus 2014-07-08 14:01:59 +02:00
  • 326af097d9 Merge pull request #593 from neobrain/master Tony Wasserka 2014-07-11 13:26:23 +02:00
  • 75c6575f37 Merge pull request #601 from lioncash/pad-struct Dolphin Bot 2014-07-11 06:20:33 +02:00
  • 896d7e5685 Change SPADStatus struct name to GCPadStatus Lioncash 2014-07-10 22:02:32 -04:00
  • ef510a4f73 Merge pull request #594 from lioncash/another-clamp-removal Pierre Bourdon 2014-07-11 02:48:27 +02:00
  • 59a7939f18 Merge pull request #599 from lioncash/skips Pierre Bourdon 2014-07-11 02:45:09 +02:00
  • 6f9483d161 DolphinWX: Remove unnecessary true within event Skip calls Lioncash 2014-07-10 20:39:26 -04:00
  • 8059f80282 Merge pull request #598 from lioncash/casts Pierre Bourdon 2014-07-11 02:32:40 +02:00
  • 32d53c7d1d DolphinWX: Get rid of an unneccessary cast in CodeWindow Lioncash 2014-07-10 20:26:08 -04:00
  • 6def4ead01 FPSCounter: Flush the logs every second and close them when the renderer is shut down. Jules Blok 2014-07-09 22:30:34 +02:00
  • 1754cbda9d Move FPSCounter calls to RenderBase. Jules Blok 2014-07-09 23:18:11 +02:00
  • a546ef3276 Merge pull request #573 from sigmabeta/file-copies-intentservice Lioncash 2014-07-10 16:20:38 -04:00
  • bc655d1a82 Merge pull request #515 from Armada651/threading Dolphin Bot 2014-07-10 21:02:47 +02:00
  • 15c1250d9d Merge pull request #596 from delroth/master shuffle2 2014-07-09 18:02:40 -07:00
  • da697df6ee AVIDump: fix FFV1 encoding Pierre Bourdon 2014-07-10 02:53:12 +02:00
  • dbdefd074b DolphinWX: Remove yet another clamp method Lioncash 2014-07-09 16:17:13 -04:00
  • ff0f90efa1 VideoConfigDiag: Use uniform capitalization. Tony Wasserka 2014-07-09 21:50:31 +02:00
  • 7b95bc78aa Merge pull request #592 from Armada651/pref_log Lioncash 2014-07-09 13:56:52 -04:00
  • 09304cab57 FPSCounter: Change format string to match value. Jules Blok 2014-07-09 18:22:16 +02:00
  • 7b754d6f99 Merge pull request #591 from Armada651/pref_log Dolphin Bot 2014-07-09 18:06:57 +02:00
  • 95b579746f Replace "Log FPS to file" by the "Log render time to file" feature. Jules Blok 2014-07-09 17:56:11 +02:00
  • 61d44cf73f FPSCounter: Use a Timer for the FPS update time. Jules Blok 2014-07-09 17:15:41 +02:00
  • efeadb7fe9 FPSCounter: Add "Log render time to file" feature. Jules Blok 2014-07-09 17:03:17 +02:00
  • 058f907f91 Merge pull request #590 from RachelBryk/style Dolphin Bot 2014-07-09 17:50:42 +02:00
  • 94b1eeaf6f Move first-execution copying of shaders / binaries to an IntentService. Eder Bastos 2014-07-06 20:26:52 -04:00
  • 36bc494a0b Fix code style in WII_IPC_HLE_Device_net.h/.cpp. Rachel Bryk 2014-07-09 05:15:07 -04:00
  • 29873a7c55 Merge pull request #585 from lioncash/sprintfs Pierre Bourdon 2014-07-09 02:36:22 +02:00
  • beeed520a5 Merge pull request #582 from lioncash/casts Pierre Bourdon 2014-07-09 02:35:05 +02:00
  • 24ca493dd1 Don't allow starting recording in states that will cause a crash or other problem. Rachel Bryk 2014-07-08 17:18:37 -04:00
  • 4df00ae544 Movie: Do not attempt to record input when the emulation has not started yet. Jules Blok 2014-07-08 22:32:35 +02:00
  • db7e746cb4 Check whether the core is running instead of checking if it is unitialized. Jules Blok 2014-07-08 00:47:57 +02:00
  • 54105a8bba DolphinWX: Kill off sprintf calls in CheatsWindow.cpp Lioncash 2014-07-08 16:19:34 -04:00
  • 1f25f3c1c9 Merge pull request #584 from lioncash/bind Lioncash 2014-07-08 16:11:08 -04:00
  • d2ddf40ccb DolphinWX: Bind the drop handling function to the frame with Bind, not Connect. Lioncash 2014-07-08 15:40:23 -04:00
  • ad1b61af2e FrameTools: Update GUI and disable Play button when in stopping state. Jules Blok 2014-06-28 18:56:53 +02:00
  • 49eade69a3 Core: Return CORE_STOPPING even if hardware is already uninitialized. Jules Blok 2014-06-20 03:26:06 +02:00
  • b30d5dccbe Frame: OnClose now handles asynchronous behaviour of DoStop(). Jules Blok 2014-06-20 03:03:00 +02:00
  • 3266394dfb Make the emulation stop asynchronous to prevent deadlocks. Jules Blok 2014-06-20 02:43:57 +02:00
  • ff6fa68b71 Merge pull request #583 from lioncash/dat-legacy-code Pierre Bourdon 2014-07-08 20:49:03 +02:00
  • 2eb12dee55 DolphinWX: Remove a wx 2.9.0 and 2.8.0 version check in GameListCtrl Lioncash 2014-07-08 14:41:02 -04:00
  • 5fe293af9d DolphinWX: Remove redundant casts in ISOProperties Lioncash 2014-07-08 14:31:09 -04:00
  • 3bde3988eb Merge pull request #576 from lioncash/shader-string Dolphin Bot 2014-07-08 12:10:14 +02:00
  • a523a6d1bf D3D: Use std::strings for Compile[x]Shader and CompileAndCreate[x]Shader Lioncash 2014-07-07 19:28:12 -04:00
  • 59c938d3a7 Merge pull request #574 from dolphin-emu/revert-328-enum_cpubackend Pierre Bourdon 2014-07-07 05:32:44 +02:00
  • b0b70381f7 Revert "Don't add segfault handler in interpreter mode" Pierre Bourdon 2014-07-07 05:30:06 +02:00
  • 038111b262 Merge pull request #410 from lioncash/coding-style Lioncash 2014-07-06 19:37:42 -04:00
  • 7b57d64962 Introduce the revised coding style. Lioncash 2014-05-24 20:48:04 -04:00
  • 80811cb9a1 Merge pull request #571 from lioncash/snprintf Lioncash 2014-07-06 17:55:33 -04:00
  • 5c6296291d Minor improvement of the desktop file Spanti Nicola (RyDroid) 2014-07-03 16:27:56 +02:00
  • ec1e52de53 VideoCommon: Get rid of an snprintf call in VideoConfig.cpp Lioncash 2014-07-06 15:33:08 -04:00
  • cc3dda5b22 Merge pull request #362 from Tilka/ffmpeg_libav_new Dolphin Bot 2014-07-06 19:33:27 +02:00
  • 4ec8c3714d Merge pull request #328 from Tilka/enum_cpubackend Dolphin Bot 2014-07-06 19:28:10 +02:00
  • db4e32a124 Merge pull request #547 from lioncash/cleanups Dolphin Bot 2014-07-06 19:20:07 +02:00
  • a798548c30 Merge pull request #546 from workhorsy/header_guard_to_pragma_once Tony Wasserka 2014-07-06 14:19:32 +02:00
  • 4483b64bcb Merge pull request #463 from degasus/vertex_format_cache Ryan Houdek 2014-07-06 05:26:42 -05:00
  • ab84110a6d Merge pull request #567 from degasus/master Lioncash 2014-07-06 05:08:59 -04:00
  • e72b01caa1 ConfigManager: fix alignment degasus 2014-07-06 11:05:16 +02:00
  • 9d79a57755 Merge pull request #566 from lioncash/fix-crash Lioncash 2014-07-06 03:06:26 -04:00
  • 09eb1acc5e Common: Using size_t in PointerWrap's DoContainer apparently causes crashes. Fixes this. Lioncash 2014-07-06 03:05:27 -04:00
  • a96f185bb8 Merge pull request #565 from RachelBryk/size-column Dolphin Bot 2014-07-06 08:15:35 +02:00
  • 5558aa08c2 Fix hiding size column in game list. Rachel Bryk 2014-07-06 01:59:38 -04:00
  • 4117b5ec12 Merge pull request #563 from lioncash/pointerwrap Dolphin Bot 2014-07-06 07:57:22 +02:00
  • 8da2bc63cf Merge pull request #559 from RachelBryk/gci-folder-state Dolphin Bot 2014-07-06 07:34:55 +02:00
  • e9a4a54f89 Merge pull request #564 from lioncash/constants Dolphin Bot 2014-07-06 07:24:32 +02:00
  • 48ff45b8a8 VideoCommon: Remove some unused constants from VertexShaderGen.h. Lioncash 2014-07-05 23:46:07 -04:00
  • b97d2853a7 Common: Make DoContainer within PointerWrap private. Lioncash 2014-07-05 23:03:43 -04:00
  • 0ede10e38d Merge pull request #562 from RachelBryk/load-input-fixes Lioncash 2014-07-05 20:03:17 -04:00
  • 86ccf13c09 End movie play back immediately if g_currentByte > g_totalBytes. Rachel Bryk 2014-07-05 19:48:44 -04:00
  • 0b74ad1b20 Merge pull request #560 from lioncash/android-misc Pierre Bourdon 2014-07-06 00:06:23 +02:00
  • 5c7ed205a9 Android: Remove an unnecessary getString call from EmulationActivity Lioncash 2014-07-05 18:02:30 -04:00
  • ad2aaedd8b Don't install segfault handler in interpreter mode Tillmann Karras 2014-06-19 16:40:08 +02:00
  • 311e9e655a CoreParameter: add enum CPUBackend Tillmann Karras 2014-04-28 21:00:35 +02:00
  • 20a16beabd enum CPUState: rename CPU_* to STATE_* Tillmann Karras 2014-06-13 20:27:05 +02:00
  • e02f680861 Keep device type EXIDEVICE_MEMORYCARDFOLDER for gci folder. Rachel Bryk 2014-07-05 00:07:46 -04:00
  • bb2fc8ecbb VideoCommon: Cache native vertex formats degasus 2014-06-05 17:55:21 +02:00
  • ee100cf827 Merge pull request #557 from JMC47/pinned_memory Tony Wasserka 2014-07-04 14:10:00 +02:00
  • 43dcbe0a73 Change the comments to be more detailed. Justin Chadwick 2014-07-04 08:00:49 -04:00
  • 7035e5e4fb Merge pull request #555 from JMC47/pinned_memory Pierre Bourdon 2014-07-04 13:56:45 +02:00
  • 32e45e6abe Merge pull request #556 from Tilka/fix_warnings Lioncash 2014-07-03 22:16:07 -04:00
  • 20dc0e7819 Remove unused variables Tillmann Karras 2014-07-04 03:56:58 +02:00
  • d3fa8a6167 Reorder class initializer lists Tillmann Karras 2014-07-04 03:53:22 +02:00
  • 30f93ab418 Place pinned memory as top priority Justin Chadwick 2014-07-03 20:35:13 -04:00
  • 02ac5e95c8 VideoCommon: normalize lighting direction. degasus 2014-06-27 10:40:45 +02:00
  • be1fe80bb6 Merge pull request #549 from lioncash/fps Tony Wasserka 2014-07-03 09:52:29 +02:00
  • 71d727ebeb Merge pull request #552 from lioncash/warning Lioncash 2014-07-03 02:14:11 -04:00
  • 9c764eff3a Fix a type-conversion warning in Movie.cpp Lioncash 2014-07-03 02:07:26 -04:00
  • ab6434f616 Merge pull request #551 from lioncash/movie Lioncash 2014-07-02 22:57:01 -04:00
  • d649027ec8 Clean up string handling in Movie.cpp Lioncash 2014-07-02 22:42:36 -04:00
  • a2b0525042 Merge pull request #550 from RachelBryk/movie-mc2 Lioncash 2014-07-02 22:35:32 -04:00
  • de3f587b32 Add support for 2 memory cards for movies. Rachel Bryk 2014-07-02 21:45:59 -04:00
  • 00efaedb02 FPS counter cleanup Lioncash 2014-07-02 20:19:08 -04:00
  • af7efaa461 [Core] Clean up the DSP disassembler Lioncash 2014-07-02 19:45:30 -04:00
  • 124210c50f Changed lingering header include guards to pragma once. Matthew Brennan Jones 2014-07-01 22:17:33 -07:00
  • 899274445b Fix patches not being loaded when running real gc bios. Rachel Bryk 2014-06-30 17:28:45 -04:00