bsnes/hiro/cocoa
Tim Allen 372e9ef42b Update to v106r45 release.
byuu says:

Changelog:

  - sfc/ppu-fast: added hires mode 7 option (doubles the sampling rate
    of mode 7 pixels to reduce aliasing)
  - sfc/ppu-fast: fixed mode 7 horizontal screen flip [hex_usr]
  - bsnes: added capture screenshot function and path selection
      - for now, it saves as BMP. I need a deflate implementation that
        won't add an external dependency for PNG
      - the output resolution is from the emulator: (256 or 512)x(240 or
        480 minus overscan cropping if enabled)
      - it captures the NEXT output frame, not the current one ... but
        it may be wise to change this behavior
      - it'd be a problem if the core were to exit and an image was
        captured halfway through frame rendering
  - bsnes: recovery state renamed to undo state
  - bsnes: added manifest viewer tool
  - bsnes: mention if game has been verified or not on the status bar
    message at load time
  - bsnes, nall: fixed a few missing function return values
    [SuperMikeMan]
  - bsnes: guard more strongly against failure to load games to avoid
    crashes
  - hiro, ruby: various fixes for macOS [Sintendo]
  - hiro/Windows: paint on `WM_ERASEBKGND` to prevent status bar
    flickering at startup
  - icarus: SPC7110 heuristics fixes [hex_usr]

Errata:

  - sfc/ppu-fast: remove debug hires mode7 force disable comment from
    PPU::power()

[The `WM_ERASEBKGND` fix was already present in the 106r44 public
beta -Ed.]
2018-07-02 11:57:04 +10:00
..
action Update to 20160106 OS X Preview for Developers release. 2016-01-07 19:17:15 +11:00
widget Update to v106r41 release. 2018-06-24 14:53:44 +10:00
application.cpp Update to v105 release. 2017-10-07 19:49:07 +11:00
application.hpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
browser-window.cpp Update to v098r10 release. 2016-05-16 19:51:12 +10:00
browser-window.hpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
desktop.cpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
desktop.hpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
font.cpp Update to v104r14 release. 2017-09-24 11:01:48 +10:00
font.hpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
group.cpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
group.hpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
header.hpp Update to v106r45 release. 2018-07-02 11:57:04 +10:00
keyboard.cpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
keyboard.hpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
layout.cpp Update to v096r02 (OS X Preview for Developers) release. 2016-01-07 19:17:15 +11:00
layout.hpp Update to v096r02 (OS X Preview for Developers) release. 2016-01-07 19:17:15 +11:00
menu-bar.cpp Update to v096r02 (OS X Preview for Developers) release. 2016-01-07 19:17:15 +11:00
menu-bar.hpp Update to v096r02 (OS X Preview for Developers) release. 2016-01-07 19:17:15 +11:00
message-window.cpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
message-window.hpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
monitor.cpp Update to v104r14 release. 2017-09-24 11:01:48 +10:00
monitor.hpp Update to v104r13 release. 2017-09-08 16:06:21 +10:00
mouse.cpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
mouse.hpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
object.cpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
object.hpp Update to v106r10 release. 2018-03-06 09:42:10 +11:00
platform.cpp Update to v098r09 release. 2016-05-04 20:07:13 +10:00
platform.hpp Update to v098r09 release. 2016-05-04 20:07:13 +10:00
popup-menu.cpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
popup-menu.hpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
sizable.cpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
sizable.hpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
status-bar.cpp Update to 20160106 OS X Preview for Developers release. 2016-01-07 19:17:15 +11:00
status-bar.hpp Update to v096r02 (OS X Preview for Developers) release. 2016-01-07 19:17:15 +11:00
timer.cpp Update to v096r03 release. 2016-01-08 20:23:46 +11:00
timer.hpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
utility.cpp Update to v106r30 release. 2018-05-28 11:16:27 +10:00
window.cpp Update to v106r45 release. 2018-07-02 11:57:04 +10:00
window.hpp Update to v106r45 release. 2018-07-02 11:57:04 +10:00