some fancy things

This commit is contained in:
Nishi 2026-01-20 14:34:13 +09:00
commit 7cf83fbb2a
7 changed files with 117 additions and 3 deletions

View file

@ -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);