Echelon9 / cxbx-shogun

shogun's mirrored branch of the Cxbx original Xbox emulator
GNU General Public License v2.0
33 stars 7 forks source link

Support EnableOverlay() on 5659 and 5558 #5

Closed Echelon9 closed 10 years ago

Echelon9 commented 10 years ago

EnableOverlay() is not currently identified from the HLEDatabase on titles built with the 5659 version of D3D library. At present, the 5659 libraries are linked to 5558, which doesn't have an OOVP pattern for this function.

There is a stable OOVP pattern for EnableOverlay() utilised widely since 4361.

Echelon9 commented 10 years ago

Resolved in PR#10