2
0
forked from Ivasoft/DSView

optimize save session speed

This commit is contained in:
dreamsourcelabTAI
2021-10-19 16:17:46 +08:00
parent a80151e3c0
commit 3de6eb1ada
17 changed files with 7755 additions and 138 deletions

View File

@@ -42,7 +42,6 @@
#include "pv/devicemanager.h"
#include "pv/mainframe.h"
#include "pv/config/appconfig.h"
#include "config.h"
char DS_RES_PATH[256];
@@ -58,10 +57,10 @@ void usage()
" -V, --version Show release version\n"
" -h, -?, --help Show help option\n"
"\n", DS_BIN_NAME, DS_DESCRIPTION);
}
}
int main(int argc, char *argv[])
{
{
int ret = 0;
struct sr_context *sr_ctx = NULL;
const char *open_file = NULL;