frm: use InjectCode for readability, add fix for snow effect, fix module menu framerate

This commit is contained in:
somewhatlurker
2019-09-06 22:16:05 +10:00
parent 4ae24cea39
commit dafeef7936
2 changed files with 46 additions and 145 deletions
@@ -1,5 +1,6 @@
#pragma once
#include "EmulatorComponent.h"
#include <vector>
namespace TLAC::Components
{
@@ -20,5 +21,6 @@ namespace TLAC::Components
float *aetFrameDuration;
float defaultAetFrameDuration;
float motionSpeedMultiplier = 5.0;
void InjectCode(void* address, const std::vector<uint8_t> data);
};
}