mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
vgm_visualizer.cpp: C++14's non-inline constexpr variables are problematic, part 2020 (nw)
This commit is contained in:
parent
752c4fb8db
commit
73c1c3400f
@ -17,6 +17,8 @@
|
||||
|
||||
#include <cmath>
|
||||
|
||||
constexpr int vgmviz_device::SCREEN_HEIGHT;
|
||||
|
||||
constexpr float lerp(float a, float b, float f)
|
||||
{
|
||||
return (b - a) * f + a;
|
||||
|
Loading…
Reference in New Issue
Block a user