Disable input grab before reload the core.

This commit is contained in:
sorgelig
2019-05-26 06:20:14 +08:00
parent d9db6576fa
commit eddd5f1dc8
3 changed files with 3 additions and 4 deletions

View File

@@ -9,9 +9,11 @@
#include <sys/types.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include "fpga_io.h"
#include "file_io.h"
#include "input.h"
#include "osd.h"
#include "fpga_base_addr_ac5.h"
#include "fpga_manager.h"
@@ -448,6 +450,7 @@ static int make_env(const char *name, const char *cfg)
int fpga_load_rbf(const char *name, const char *cfg)
{
OsdDisable();
static char path[1024];
int ret = 0;