fceux/src/drivers/common
mjbudd77 45779c4331 Use function pointer to save having to do if/else if scale check on every pixel. Makes ModernDeemphColorMap slightly more efficient. 2021-06-19 09:37:24 -04:00
..
args.cpp migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
args.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
cheat.cpp Cleaned up a few compiler and cppcheck warnings in code base. There are still quite a few more TODO. 2020-08-14 22:15:47 -04:00
cheat.h Cheat console: 2019-06-12 23:02:20 +08:00
config.cpp Compiler warning cleanup of unused variables and exception handling. 2021-03-19 20:59:03 -04:00
config.h Ability to bind key combinations using "DWaitButton", refactoring 2021-06-08 14:16:27 -04:00
configSys.cpp Resolved a couple bool/int comparision compiler warnings. Fixed Qt GUI crash when setting 4 score settings without a ROM loaded. 2021-03-19 21:37:27 -04:00
configSys.h Resolved a couple bool/int comparision compiler warnings. Fixed Qt GUI crash when setting 4 score settings without a ROM loaded. 2021-03-19 21:37:27 -04:00
hq2x.cpp migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
hq2x.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
hq3x.cpp migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
hq3x.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
nes_ntsc.c NTSC filter was missing the newer more accurate support for emphasis (was using an old 1-emph-per-blit approximation) 2018-06-19 23:06:55 -04:00
nes_ntsc.h NTSC filter was missing the newer more accurate support for emphasis (was using an old 1-emph-per-blit approximation) 2018-06-19 23:06:55 -04:00
nes_ntsc_config.h NTSC filter was missing the newer more accurate support for emphasis (was using an old 1-emph-per-blit approximation) 2018-06-19 23:06:55 -04:00
nes_ntsc_impl.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
os_utils.cpp Build fixes for linux from changes made for Qt windows compatibility. 2021-02-06 19:15:06 -05:00
os_utils.h First successful build of Qt windows fceux. 2021-02-06 12:15:28 -05:00
scale2x.cpp migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
scale2x.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
scale3x.cpp migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
scale3x.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
scalebit.cpp migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
scalebit.h migration tidying (build master from trunk) 2018-04-08 17:35:15 -05:00
vidblit.cpp Use function pointer to save having to do if/else if scale check on every pixel. Makes ModernDeemphColorMap slightly more efficient. 2021-06-19 09:37:24 -04:00
vidblit.h try optimizing deemph vs scale2x (should fix #375) 2021-06-17 22:32:48 -04:00