mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 23:18:22 -05:00
Move video_core/math.h to common/vector_math.h
The file only contained vector manipulation code, and such widely-useable code doesn't belong in video_core.
This commit is contained in:
@ -54,6 +54,7 @@ set(HEADERS
|
||||
thread_queue_list.h
|
||||
thunk.h
|
||||
timer.h
|
||||
vector_math.h
|
||||
)
|
||||
|
||||
create_directory_groups(${SRCS} ${HEADERS})
|
||||
|
Reference in New Issue
Block a user