bsnes/sfc
Tim Allen 8c0b0fa4ad Update to v093r02 release.
byuu says:

Changelog:
- nall: fixed major memory leak in string class
- ruby: video shaders support #define-based settings now
- phoenix/GTK+: support > 256x256 icons for window / task bar / alt-tab
- sfc: remove random/ and config/, merge into system/
- ethos: delete higan.png (48x48), replace with higan512.png (512x512)
  as new higan.png
- ethos: default gamma to 100% (no color adjustment)
- ethos: use "Video Shaders/Display Emulation/" instead of "Video
  Shaders/Emulation/"
- use g++ instead of g++-4.7 (g++ -v must be >= 4.7)
- use -std=c++11 instead of -std=gnu++11
- applied a few patches from Debian upstream to make their packaging job
  easier

So because colors are normalized in GLSL, I won't be able to offer video
shaders absolute color literals. We will have to perform basic color
conversion inside the core.

As such, the current plan is to create some sort of Emulator::Settings
interface. With that, I'll connect an option for color correction, which
will be on by default. For FC/SFC, that will mean gamma correction
(darker / stronger colors), and for GB/GBC/GBA, it will mean simulating
the weird brightness levels of the displays. I am undecided on whether
to use pea soup green for the GB or not. By not doing so, it'll be
easier for the display emulation shader to do it.
2013-11-09 22:45:54 +11:00
..
alt Update to v093r02 release. 2013-11-09 22:45:54 +11:00
base Update to v093 release. 2013-08-18 13:21:14 +10:00
cartridge Update to v093 release. 2013-08-18 13:21:14 +10:00
cheat Update to v093 release. 2013-08-18 13:21:14 +10:00
chip Update to v093r02 release. 2013-11-09 22:45:54 +11:00
controller Update to v093 release. 2013-08-18 13:21:14 +10:00
cpu Update to v093r02 release. 2013-11-09 22:45:54 +11:00
dsp Update to v093 release. 2013-08-18 13:21:14 +10:00
interface Update to v093 release. 2013-08-18 13:21:14 +10:00
memory Update to v093 release. 2013-08-18 13:21:14 +10:00
ppu Update to v093r02 release. 2013-11-09 22:45:54 +11:00
scheduler Update to v093 release. 2013-08-18 13:21:14 +10:00
slot Update to v093 release. 2013-08-18 13:21:14 +10:00
smp Update to v093 release. 2013-08-18 13:21:14 +10:00
system Update to v093r02 release. 2013-11-09 22:45:54 +11:00
Makefile Update to v093 release. 2013-08-18 13:21:14 +10:00
profile-accuracy.hpp Update to v093 release. 2013-08-18 13:21:14 +10:00
profile-balanced.hpp Update to v093 release. 2013-08-18 13:21:14 +10:00
profile-performance.hpp Update to v093 release. 2013-08-18 13:21:14 +10:00
sfc.hpp Update to v093r02 release. 2013-11-09 22:45:54 +11:00