some fancy things
This commit is contained in:
parent
f86e26cddd
commit
7cf83fbb2a
7 changed files with 117 additions and 3 deletions
|
|
@ -50,8 +50,8 @@ GSEngine GSEngineCreate(GSEngineParam* param) {
|
|||
engine->param = malloc(sizeof(*engine->param));
|
||||
memcpy(engine->param, param, sizeof(*param));
|
||||
|
||||
engine->width = 1024;
|
||||
engine->height = 768;
|
||||
engine->width = 800;
|
||||
engine->height = 600;
|
||||
|
||||
if(param->ready != NULL && param->client) {
|
||||
param->ready(engine->width, engine->height);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue