Commit Graph

9 Commits

Author SHA1 Message Date
zeromus efa98aafe3 revert r3037 (video-related 'refactors'). seemed to go ok, didnt touch as much stuff as the input-related stuff) 2014-11-22 01:29:32 +00:00
zeromus f19171451e revert these revisions:
3060-3066
3053-3058
(input-related 'refactorings' and subsequent bugfixes and squabbling)
reversions went without any merge conflicts, so I think it's OK. your key bindings may be history through, sorry.
2014-11-22 01:23:19 +00:00
rpahut 85a6c7fd32 win/input cleanup, refactoring 2014-02-23 15:05:32 +00:00
rpahut 8a2a96bd1f win/video cleanup 2014-01-03 05:33:39 +00:00
CaH4e3 a9f25bd500 ppuview + cdlogger little improvement 2013-06-20 21:51:01 +00:00
ansstuff c7555d85c9 * Taseditor: handle "Insert Coin" command correctly (no recording while seeking/etc)
* Taseditor: updated docs

[[Split portion of a mixed commit.]]
2013-06-15 19:44:11 +00:00
xhainingx c497432785 added optional arguments to suppress messages on state load/save
the argument was added in the following functions
state.cpp:FCEUI_LoadState
state.cpp:FCEUI_SaveState
state.cpp:FCEUSS_Save
state.cpp:FCEUSS_Load
This helped with the periodic saving where you don't really want the
save message popping up every time there's a save.
2013-04-18 19:40:57 +00:00
xhainingx bc8a01178d corrected c-style includes, added static_casts around compile time conversions
there were a lot of lines that needed static_casts to get rid of compiler
errors (c++11 issues) so I added them.  Replaced #include<lib.h>s with
#include<clib>s, and moved them below the local includes
2013-04-13 02:52:13 +00:00
punkrockguy318 2be5084a7b create new subversion repo structure (trunk, tags, branches)
[[Split portion of a mixed commit.]]
2013-03-15 19:00:14 +00:00