mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2024-12-03 22:22:16 -05:00
Update to 1.01
This commit is contained in:
parent
419d1db9ed
commit
70b6d3dad2
BIN
bin/Anarch_LQ_linux64_sdl_elf_1-01
Executable file
BIN
bin/Anarch_LQ_linux64_sdl_elf_1-01
Executable file
Binary file not shown.
BIN
bin/Anarch_gbmeta_1-01.zip
Normal file
BIN
bin/Anarch_gbmeta_1-01.zip
Normal file
Binary file not shown.
BIN
bin/Anarch_linux64_csfml_elf_1-01
Executable file
BIN
bin/Anarch_linux64_csfml_elf_1-01
Executable file
Binary file not shown.
BIN
bin/Anarch_linux64_sdl_elf_1-01
Executable file
BIN
bin/Anarch_linux64_sdl_elf_1-01
Executable file
Binary file not shown.
BIN
bin/Anarch_pokitto_1-01.pop
Normal file
BIN
bin/Anarch_pokitto_1-01.pop
Normal file
Binary file not shown.
BIN
bin/Anarch_pokitto_joyhat_1-01.pop
Normal file
BIN
bin/Anarch_pokitto_joyhat_1-01.pop
Normal file
Binary file not shown.
BIN
bin/Anarch_pokitto_nonoverclock_1-01.bin
Executable file
BIN
bin/Anarch_pokitto_nonoverclock_1-01.bin
Executable file
Binary file not shown.
BIN
bin/Anarch_winshitxp_sdl_1-01.zip
Normal file
BIN
bin/Anarch_winshitxp_sdl_1-01.zip
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -87,6 +87,8 @@
|
|||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define SDL_MAIN_HANDLED 1
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <SDL2/SDL.h>
|
#include <SDL2/SDL.h>
|
||||||
@ -367,7 +369,11 @@ int main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
uint8_t argHelp = 0;
|
uint8_t argHelp = 0;
|
||||||
uint8_t argForceWindow = 0;
|
uint8_t argForceWindow = 0;
|
||||||
uint8_t argForceFullscreen = 1;
|
uint8_t argForceFullscreen = 0;
|
||||||
|
|
||||||
|
#ifndef __EMSCRIPTEN__
|
||||||
|
argForceFullscreen = 1;
|
||||||
|
#endif
|
||||||
|
|
||||||
for (uint8_t i = 0; i < SFG_KEY_COUNT; ++i)
|
for (uint8_t i = 0; i < SFG_KEY_COUNT; ++i)
|
||||||
webKeyboardState[i] = 0;
|
webKeyboardState[i] = 0;
|
||||||
|
2
texts.h
2
texts.h
@ -34,7 +34,7 @@ static const char *SFG_menuItemTexts[] =
|
|||||||
#define SFG_TEXT_SAVED "saved"
|
#define SFG_TEXT_SAVED "saved"
|
||||||
#define SFG_TEXT_LEVEL_COMPLETE "level done"
|
#define SFG_TEXT_LEVEL_COMPLETE "level done"
|
||||||
|
|
||||||
#define SFG_VERSION_STRING "1.0d"
|
#define SFG_VERSION_STRING "1.01"
|
||||||
/**<
|
/**<
|
||||||
Version numbering is following: major.minor for stable releases,
|
Version numbering is following: major.minor for stable releases,
|
||||||
in-development unstable versions have the version of the latest stable +
|
in-development unstable versions have the version of the latest stable +
|
||||||
|
Loading…
Reference in New Issue
Block a user