mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-28 06:40:27 +02:00
Disable randomness in the automation for consistency
This commit is contained in:
@@ -15,6 +15,12 @@
|
||||
|
||||
#include <Core/gb.h>
|
||||
|
||||
/* Disable all randomness during automatic tests */
|
||||
long random(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
static bool running = false;
|
||||
static char *filename;
|
||||
static char *bmp_filename;
|
||||
|
Reference in New Issue
Block a user