16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 13:59:19 +02:00

cleanup: remove VSDev camera implementation, remove symbols from CI because they are unreasonably big, mac CI tmp upload

This commit is contained in:
milek7
2021-01-24 23:38:13 +01:00
parent 610ae75b17
commit 158c42b5f0
11 changed files with 15 additions and 284 deletions

View File

@@ -218,11 +218,9 @@ struct global_settings {
bool gui_showtranscripts = true;
bool gui_trainingdefault = false;
#ifdef USE_EXTCAM_CAMERA
std::string extcam_cmd;
std::string extcam_rec;
glm::ivec2 extcam_res{800, 600};
#endif
std::chrono::duration<float> minframetime {0.0f};
std::string fullscreen_monitor;