Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devicelost: clean up arguments on stack
D3D9, like most of the Microsoft APIs, uses stdcall calling convention. In particular, this means that the callee must pop the arguments off the stack (as opposed to letting caller clean them up afterwards). Now everything should work.
- Loading branch information