Mercurial > minori
comparison include/core/config.h @ 149:e41505d24733
players: filter out web browsers, they aren't even supported in animia yet
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 14 Nov 2023 13:40:11 -0500 |
parents | 6fdf0632c003 |
children | ffa535b6d630 |
comparison
equal
deleted
inserted
replaced
148:aa4df5a84338 | 149:e41505d24733 |
---|---|
42 } auth; | 42 } auth; |
43 | 43 |
44 struct { | 44 struct { |
45 public: | 45 public: |
46 bool detect_media_players; | 46 bool detect_media_players; |
47 /* preferably web browsers would be in a separate vector, | |
48 but whatever :/ */ | |
47 std::vector<std::pair<bool, animia::Player>> players; | 49 std::vector<std::pair<bool, animia::Player>> players; |
48 } recognition; | 50 } recognition; |
49 | 51 |
50 struct { | 52 struct { |
51 public: | 53 public: |