This project is mirrored from https://*****@github.com/libretro/flycast.git.
Pull mirroring updated .
- 17 Aug, 2015 1 commit
-
-
Stefanos Kornilios Mitsis Poiitidis authored
cfg: Make ConfigFile class reusable
-
- 16 Aug, 2015 9 commits
-
-
Jan Holthuis authored
gitignore: Update .map and *.elf paths
-
Jan Holthuis authored
-
Jan Holthuis authored
-
Jan Holthuis authored
-
Jan Holthuis authored
-
Jan Holthuis authored
-
Jan Holthuis authored
-
Jan Holthuis authored
-
Jan Holthuis authored
-
- 15 Aug, 2015 10 commits
-
-
Jan Holthuis authored
Fix some compiler warnings
-
Jan Holthuis authored
Here's the original compiler warning: ../../core/hw/sh4/dyna/shil.cpp:700:24: warning: '&&' within '||' [-Wlogical-op-parentheses] ...if (op->rd.is_reg() && op->rd._reg==reg_sr_T || op->op==shop_ifb) ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ ~~ ../../core/hw/sh4/dyna/shil.cpp:700:24: note: place parentheses around the '&&' expression to silence this warning ...if (op->rd.is_reg() && op->rd._reg==reg_sr_T || op->op==shop_ifb) ^ ( ) ../../core/hw/sh4/dyna/shil.cpp:843:25: warning: '&&' within '||' [-Wlogical-op-parentheses] if (op->rs1.is_reg() && op->rs1._reg==reg_sr_T ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ../../core/hw/sh4/dyna/shil.cpp:843:25: note: place parentheses around the '&&' expression to silence this warning if (op->rs1.is_reg() && op->rs1._reg==reg_sr_T ^ ( ) ../../core/hw/sh4/dyna/shil.cpp:844:25: warning: '&&' within '||' [-Wlogical-op-parentheses] || op->rs2.is_reg() && op->rs2._reg==reg_sr_T ~~ ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ../../core/hw/sh4/dyna/shil.cpp:844:25: note: place parentheses around the '&&' expression to silence this warning || op->rs2.is_reg() && op->rs2._reg==reg_sr_T ^ ( ) ../../core/hw/sh4/dyna/shil.cpp:845:25: warning: '&&' within '||' [-Wlogical-op-parentheses] || op->rs3.is_reg() && op->rs3._reg==reg_sr_T ~~ ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ../../core/hw/sh4/dyna/shil.cpp:845:25: note: place parentheses around the '&&' expression to silence this warning || op->rs3.is_reg() && op->rs3._reg==reg_sr_T ^ ( )
-
Jan Holthuis authored
This compiler warning has been fixed: ../../core/hw/sh4/dyna/decoder.cpp:1181:66: warning: '&&' within '||' [-Wlogical-op-parentheses] ...|| blk->BlockType==BET_Cond_1 && blk->BranchBlock<=blk->addr) ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../core/hw/sh4/dyna/decoder.cpp:1181:66: note: place parentheses around the '&&' expression to silence this warning ...|| blk->BlockType==BET_Cond_1 && blk->BranchBlock<=blk->addr) ^ ( )
-
Jan Holthuis authored
This is the original warning message: ../../core/hw/holly/sb_mem.cpp:219:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] if ((base >=0x0000) && (base <=0x001F) /*&& (addr<=0x001FFFFF)*/... ~~~~ ^ ~~~~~~
-
Jan Holthuis authored
Resolves #719.
-
Jan Holthuis authored
Fix linux-dist/main.cpp formatting
-
Jan Holthuis authored
-
Jan Holthuis authored
-
TwistedUmbrella authored
Fix path structure and relationships in iOS project
-
TwistedUmbrella authored
-
- 14 Aug, 2015 1 commit
-
-
TwistedUmbrella authored
Improve the Github API plugin, Drawer updates
-
- 13 Aug, 2015 3 commits
-
-
TwistedUmbrella authored
Standardize listing text, Reduce Toast text size The toast was nearly a full screen dialog for one line of text Differentiate the headings from the list items Increase transparency of tiled background image Fix an issue with text size for switch compat
-
TwistedUmbrella authored
This layout keeps the menu from overwriting the first item
-
TwistedUmbrella authored
Remove actionable references (requires v7 overhaul) Darken background and remove unused views Fix alignment of pseudo action bar to list
-
- 12 Aug, 2015 6 commits
-
-
TwistedUmbrella authored
-
TwistedUmbrella authored
-
Stefanos Kornilios Mitsis Poiitidis authored
nvmem automatic fallback
-
Stefanos Kornilios Mitsis Poiitidis authored
This consolidates some of the work done for TARGET_NO_NVMEM and feat/no-direct-memmap. If nvmem is disabled at compile time or alloc fails _nvmem_enabled() will return false. Various other fixes and cleanups all around.
-
Stefanos Kornilios Mitsis Poiitidis authored
-
Stefanos Kornilios Mitsis Poiitidis authored
-
- 11 Aug, 2015 10 commits
-
-
Jan Holthuis authored
-
Jan Holthuis authored
linux-dist/main.cpp cleanups
-
TwistedUmbrella authored
Remove deprecated log tag from debug
-
TwistedUmbrella authored
Conflicts: shell/android/src/com/reicast/emulator/debug/GenerateLogs.java
-
Jan Holthuis authored
Neither Mac nor Emscripten define USES_HOMEDIR in their Makefiles, so checking if HOST_OS != OS_DARWIN && !defined(TARGET_EMSCRIPTEN) is pointless.
-
Jan Holthuis authored
-
Stefanos Kornilios Mitsis Poiitidis authored
Rename newdc to reicast
-
Stefanos Kornilios Mitsis Poiitidis authored
-
TwistedUmbrella authored
-
Stefanos Kornilios Mitsis Poiitidis authored
-