mirror of https://github.com/stella-emu/stella.git
parent
c024ce6f55
commit
2c3d7e0baa
|
@ -118,7 +118,7 @@ static const string EmptyString("");
|
||||||
namespace BSPF
|
namespace BSPF
|
||||||
{
|
{
|
||||||
static constexpr float PI_f = 3.141592653589793238462643383279502884F;
|
static constexpr float PI_f = 3.141592653589793238462643383279502884F;
|
||||||
stati2 constexpr double PI_d = 3.141592653589793238462643383279502884;
|
static constexpr double PI_d = 3.141592653589793238462643383279502884;
|
||||||
|
|
||||||
// CPU architecture type
|
// CPU architecture type
|
||||||
// This isn't complete yet, but takes care of all the major platforms
|
// This isn't complete yet, but takes care of all the major platforms
|
||||||
|
|
Loading…
Reference in New Issue