X Tutup
Skip to content

SCI: cleanup and reorganize gfx drivers#6328

Merged
bluegr merged 1 commit intoscummvm:masterfrom
athrxx:sci-gfxdrivers-cleanup
Dec 24, 2024
Merged

SCI: cleanup and reorganize gfx drivers#6328
bluegr merged 1 commit intoscummvm:masterfrom
athrxx:sci-gfxdrivers-cleanup

Conversation

@athrxx
Copy link
Contributor

@athrxx athrxx commented Dec 22, 2024

gfxdrivers.cpp has become quite large. So I've now made a separate file for each driver and put them into a sub dir, similar to what we do with the sound drivers. I also separated the mode validation and driver init code from the engine and put it into an extra file.

gfxdrivers.cpp has become quite large. So I've now made a
separate file for each driver. I also separated the mode
validation and driver init code from the enigine and put
it into an extra file.
@bluegr
Copy link
Member

bluegr commented Dec 24, 2024

Excellent work, thanks!
Merging

@bluegr bluegr merged commit 047f3fb into scummvm:master Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup