flycast/core/rend/boxart
Flyinghead 417a42ae10 boxart: image mix up due to broken rand() on windows
srand() wasn't called and rand() returns the same number twice on
windows (RAND_MAX is only 32767).
Use c++11 random instead.
Issue #1231
2023-10-10 11:47:50 +02:00
..
boxart.cpp android scoped storage (ASS) support 2023-04-08 18:37:50 +02:00
boxart.h cleanup include headers 2023-01-26 10:06:51 +01:00
gamesdb.cpp android scoped storage (ASS) support 2023-04-08 18:37:50 +02:00
gamesdb.h cleanup include headers 2023-01-26 10:06:51 +01:00
http_client.cpp std::vector::operator[index] with index >= size is UB 2023-06-04 12:48:50 +02:00
http_client.h safe usage of std::isalnum/std::print 2023-02-20 22:57:24 +01:00
pvrparser.h scraper: skip invalid textures. invalid CUE crash. memory leak 2022-12-25 11:27:48 +01:00
scraper.cpp boxart: image mix up due to broken rand() on windows 2023-10-10 11:47:50 +02:00
scraper.h cleanup include headers 2023-01-26 10:06:51 +01:00