[PICA] Add header for float types

This commit is contained in:
wheremyfoodat 2022-09-22 04:46:13 +03:00
parent 00d82ca6ed
commit dcad7846eb
3 changed files with 151 additions and 2 deletions

View file

@ -63,7 +63,7 @@ set(HEADER_FILES include/emulator.hpp include/helpers.hpp include/opengl.hpp inc
include/kernel/handles.hpp include/services/hid.hpp include/services/fs.hpp
include/services/gsp_gpu.hpp include/services/gsp_lcd.hpp include/arm_defs.hpp
include/PICA/gpu.hpp include/PICA/regs.hpp include/services/ndm.hpp
include/PICA/shader.hpp include/PICA/shader_unit.hpp
include/PICA/shader.hpp include/PICA/shader_unit.hpp include/PICA/float_types.hpp
)
set(THIRD_PARTY_SOURCE_FILES third_party/imgui/imgui.cpp