DarioSamo / sm64rt

Fork of https://github.com/sm64pc/sm64ex with raytracing support.
274 stars 13 forks source link

Enable Optimus detection. #46

Closed DarioSamo closed 2 years ago

DarioSamo commented 2 years ago

Verify this DWORD is correct first.

extern "C" {
    _declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001;
}

Test first if it works on RT64 DLL.

DarioSamo commented 2 years ago

Discarded