Fix some compile issues and desktop launcher issues
This commit is contained in:
parent
1eb768578b
commit
03655a465f
|
@ -4,9 +4,8 @@ namespace std {
|
||||||
#include <memory.h>
|
#include <memory.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <cstdlib>
|
||||||
}
|
}
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
#include "../System.h"
|
#include "../System.h"
|
||||||
#include "../gba/elf.h"
|
#include "../gba/elf.h"
|
||||||
|
|
|
@ -4,7 +4,7 @@ Type=Application
|
||||||
Name=VBA-M
|
Name=VBA-M
|
||||||
GenericName=Game Boy Advance Emulator
|
GenericName=Game Boy Advance Emulator
|
||||||
Comment=Nintendo Game Boy Advance Emulator
|
Comment=Nintendo Game Boy Advance Emulator
|
||||||
Exec=visualboyadvance-m-wx %f
|
Exec=visualboyadvance-m %f
|
||||||
Icon=vbam
|
Icon=vbam
|
||||||
Categories=Game;Emulator;
|
Categories=Game;Emulator;
|
||||||
Keywords=emulator;Nintendo;gameboy;Game Boy;Game Boy Color;Game Boy Advance;
|
Keywords=emulator;Nintendo;gameboy;Game Boy;Game Boy Color;Game Boy Advance;
|
||||||
|
|
Loading…
Reference in New Issue