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