mirror of https://github.com/stella-emu/stella.git
Revert "intentionally broken code for testing libretro build notifications"
This reverts commit ad34bc60e7
.
This commit is contained in:
parent
ad34bc60e7
commit
9b2778d40f
|
@ -117,7 +117,7 @@ static const string EmptyString("");
|
||||||
|
|
||||||
namespace BSPF
|
namespace BSPF
|
||||||
{
|
{
|
||||||
statix constexpr float PI_f = 3.141592653589793238462643383279502884F;
|
static constexpr float PI_f = 3.141592653589793238462643383279502884F;
|
||||||
static constexpr double PI_d = 3.141592653589793238462643383279502884;
|
static constexpr double PI_d = 3.141592653589793238462643383279502884;
|
||||||
|
|
||||||
// CPU architecture type
|
// CPU architecture type
|
||||||
|
|
Loading…
Reference in New Issue