libretro / LRPS2

GNU General Public License v2.0
159 stars 47 forks source link

Independent clamping and round modes for EE/FPU and VUs #166

Closed SeventySixx closed 2 years ago

SeventySixx commented 2 years ago

Made independent options for EE/FPU and VUs, as requested on issue #165

GABO1423 commented 2 years ago

The VU Clamping Mode has incorrectly labeled options on the libretro_core_options.h file. The options it should have are: None, Normal (Default), Extra, Extra + Preserve Sign in that order.

GABO1423 commented 2 years ago

Looks good now! A quick test build showed the options also working as they should. So this is ready to be merged.

SeventySixx commented 2 years ago

yeah, sorry 😅 fixed!

Looks good now! A quick test build showed the options also working as they should. So this is ready to be merged.

very good!

GABO1423 commented 2 years ago

All good @SeventySixx, thanks for this anyway.