LoadPixelmaps matching

This commit is contained in:
Dethrace Labs 2025-11-03 10:10:58 +13:00 committed by Dethrace Engineering Department
parent b61da5065f
commit c30a2d5a2d
2 changed files with 3 additions and 0 deletions

View File

@ -594,6 +594,7 @@ br_uint_32 LoadPixelmaps(char* pFile_name, br_pixelmap** pPixelmaps, br_uint_16
PathCat(path, path, pFile_name);
AllowOpenToFail();
count = DRPixelmapLoadMany(path, pPixelmaps, pNum);
DoNotAllowOpenToFail();
if (count == 0) {
PathCat(path, gApplication_path, "PIXELMAP");
PathCat(path, path, pFile_name);

View File

@ -31,6 +31,8 @@
int gDOSGfx_initialized;
int gExtra_mem;
int gReplay_override;
// GLOBAL: CARM95 0x0051D608
tGraf_spec gGraf_specs[2] = {
{ 8, 1, 0, 320, 200, 0, 0, "32X20X8", "MCGA,W:320,H:200,B:8", 320, 320, 200, NULL },
{ 8, 1, 0, 640, 480, 0, 0, "64X48X8", "VESA,W:640,H:480,B:8", 640, 640, 480, NULL }