diff options
| author | John Peterson <jpeterson57@gmail.com> | 2009-02-18 23:26:16 +0000 |
|---|---|---|
| committer | John Peterson <jpeterson57@gmail.com> | 2009-02-18 23:26:16 +0000 |
| commit | 0b1909aed0ffec84ea1d3c3cba896dce786a3b92 (patch) | |
| tree | 035c8778a54fc00b2f3736cb7d62de0bc7d6291d /Source/Plugins/Plugin_PadSimple | |
| parent | 5cf828c7b98ad89e9c027279711bf0cd6447c249 (diff) | |
Rerecording and nJoy: Copied the recording functions to nJoy
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2305 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Plugins/Plugin_PadSimple')
| -rw-r--r-- | Source/Plugins/Plugin_PadSimple/Src/PadSimple.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_PadSimple/Src/PadSimple.cpp b/Source/Plugins/Plugin_PadSimple/Src/PadSimple.cpp index d70b0a550b..14b835269e 100644 --- a/Source/Plugins/Plugin_PadSimple/Src/PadSimple.cpp +++ b/Source/Plugins/Plugin_PadSimple/Src/PadSimple.cpp @@ -709,7 +709,7 @@ void Shutdown() //Console::Print("ShutDown()\n"); // ------------------------------------------- - // Play back input instead of accepting any user input + // Save the recording and reset the counter // ---------------------- #ifdef RERECORDING // Save recording |
