Some bugfixes and C++ files are now optimized;

Jenkins builds now also have build number in the title bar.
This commit is contained in:
OBattler
2018-07-17 22:48:46 +02:00
parent 22dd3c6cbe
commit 0c95de1075
4 changed files with 6 additions and 9 deletions

View File

@@ -8,7 +8,7 @@
*
* Definitions for the video controller module.
*
* Version: @(#)video.h 1.0.28 2018/05/25
* Version: @(#)video.h 1.0.29 2018/07/17
*
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
* Miran Grca, <mgrca8@gmail.com>
@@ -147,7 +147,7 @@ typedef struct {
typedef struct {
int w, h;
uint8_t *dat;
uint8_t *line[];
uint8_t *line[2048];
} bitmap_t;
typedef struct {