mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Bug fixes and CAutoMapper mouse events
This commit is contained in:
@@ -731,8 +731,7 @@ void CNESEmulator::Draw(const zeus::CColor& mulColor, bool filtering) {
|
||||
if (!EmulatorInst)
|
||||
return;
|
||||
|
||||
float aspect = g_Viewport.x8_width / float(g_Viewport.xc_height);
|
||||
float widthFac = NESAspect / aspect;
|
||||
float widthFac = NESAspect / g_Viewport.aspect;
|
||||
|
||||
Uniform uniform = {zeus::CMatrix4f{}, mulColor};
|
||||
uniform.m_matrix[0][0] = widthFac;
|
||||
|
||||
Reference in New Issue
Block a user