mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-01 09:17:15 -04:00
Merge branch 'main' into 26-02-27-allocator-isolation
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include "d/d_debug_viewer.h"
|
||||
#include "d/d_menu_fmap_map.h"
|
||||
#include "m_Do/m_Do_graphic.h"
|
||||
#include <cstring>
|
||||
|
||||
static u8 twoValueLineInterpolation(u8 i_value1, u8 i_value2, f32 i_param) {
|
||||
return (u8)((f32)i_value1 + i_param * ((f32)i_value2 - (f32)i_value1));
|
||||
|
||||
Reference in New Issue
Block a user