bsnes/hiro/cocoa
Tim Allen 5d29700fa1 Update to v106r33 release.
byuu says:

Changelog:

  - nall/GNUmakefile: added `openmp=(true,false)` option; can be toggled
    when building higan/bsnes
      - defaults to disabled on macOS, because Xcode doesn't stupidly
        doesn't ship with support for it
  - higan/GNUmakefile: forgot to switch target,profile back from
    bsnes,fast to higan,accurate
      - this is just gonna happen from time to time, sorry
  - sfc/dsp: when using the fast profile, the DSP syncs per sample
    instead of per clock
      - should only negatively impact Koushien 2, but is a fairly
        significant speedup otherwise
  - sfc/ppc,ppu-fast: optimized the code a bit (ppu 130fps to 133fps)
  - sfc/ppu-fast: basic vertical mosaic support (not accurate, but
    should look okay hopefully)
  - sfc/ppu-fast: added missing mode7 hflip support
  - sfc/ppu-fast: added support to render at 256-width and/or 240-height
      - gives a decent speed boost, and also allows all of the older
        quark shaders to work nicely again
      - it does violate the contract of Emulator::Interface, but oh
        well, it works fine in the bsnes GUI
  - sfc/ppu-fast: use cached CGRAM values for mode7 and sprites
  - sfc/ppu-fast: use global range/time over flags in object rendering
      - may not actually work as we intended since it's a race condition
        even if it's only ORing the flags
      - really don't want to have to make those variables atomic if I
        don't have to
  - sfc/ppu-fast: should fully support interlace and overscan modes now
  - hiro/cocoa: updated macOS Gatekeeper disable support to work on
    10.13+
  - ruby: forgot to fix macOS input driver, sorry
  - nall/GNUmakefile: if uname is present, then just default to rm
    instead of del (fixes Msys)

Note: blur emulation option will break pretty badly in 256x240 output
mode. I'll fix it later.
2018-05-31 17:06:55 +10:00
..
action Update to 20160106 OS X Preview for Developers release. 2016-01-07 19:17:15 +11:00
widget Update to v103r23 release. 2017-07-30 23:00:31 +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 v102r02 release. 2017-01-23 08:04:26 +11: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 v106r33 release. 2018-05-31 17:06:55 +10:00
window.hpp Update to v103r13 release. 2017-07-12 18:24:27 +10:00