Add support for changing screen resolution

This commit is contained in:
Lauri Kenttä
2016-06-02 22:25:46 +03:00
parent dae1a9abce
commit efdd91a6d8
4 changed files with 75 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ struct HackBGRT_config {
int image_x;
int image_y;
int image_weight_sum;
int resolution_x;
int resolution_y;
const CHAR16* boot_path;
};