yuv422 / cosmo-engine

A new game engine to play the MS-DOS game "Cosmo's Cosmic Adventure" on modern systems
GNU General Public License v2.0
58 stars 12 forks source link

Make some code portability changes #14

Closed Ryzee119 closed 4 years ago

Ryzee119 commented 4 years ago

These simple changes should improve portability across various systems.

  1. I added a software renderer fallback incase the SDL subsystem does not support hardware acceleration
  2. ifdef in windows path separator \\

These changes allowed me to compile for the Original Xbox for example :)

Ryzee119 commented 4 years ago

Self closing