mirror of https://github.com/stella-emu/stella.git
Added info about last release, which I must have forgotten to commit
last time. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1442 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
3bba5a6892
commit
fd26816763
|
@ -12,6 +12,17 @@
|
|||
Release History
|
||||
===============================================================================
|
||||
|
||||
2.4.1 to 2.4.2: (September 17, 2007)
|
||||
|
||||
* Made usage of 'GL_TEXTURE_RECTANGLE_ARB' extension configurable, and
|
||||
have it default to off. This should take care of the black/white
|
||||
screen many people were experiencing with ATI video hardware. This
|
||||
is accessible using the 'gl_texrect' commandline argument). Set it to
|
||||
'true' or 'false' to enable/disable the extension.
|
||||
|
||||
-Have fun!
|
||||
|
||||
|
||||
2.4 to 2.4.1: (August 27, 2007)
|
||||
|
||||
* Re-added OpenGL aspect ratio setting ('gl_aspect' commandline argument).
|
||||
|
@ -20,8 +31,6 @@
|
|||
|
||||
* For the Linux/UNIX port; fixed OpenGL vsync issue with Nvidia video cards.
|
||||
|
||||
Have fun!
|
||||
|
||||
|
||||
2.3.5 to 2.4: (August 20, 2007)
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
// See the file "license" for information on usage and redistribution of
|
||||
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
||||
//
|
||||
// $Id: M6532.cxx,v 1.13 2008-02-19 12:33:05 stephena Exp $
|
||||
// $Id: M6532.cxx,v 1.14 2008-03-24 20:31:31 stephena Exp $
|
||||
//============================================================================
|
||||
|
||||
#include <assert.h>
|
||||
|
@ -414,7 +414,5 @@ M6532::M6532(const M6532& c)
|
|||
M6532& M6532::operator = (const M6532&)
|
||||
{
|
||||
assert(false);
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue