Jan Holthuis
1d0ef81a43
core/hw/sh5/dyna/decoder.cpp: place parentheses around && expression
...
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)
^
( )
2015-08-15 18:15:50 +02:00
Jan Holthuis
604dcce531
core/hw/holly/sb_mem.cpp: Fix "expression >= 0 is always true" warning
...
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)*/...
~~~~ ^ ~~~~~~
2015-08-15 18:15:49 +02:00
Jan Holthuis
109a2cce93
rec_x64.cpp: Fix function calls
...
Resolves #719 .
2015-08-15 18:15:49 +02:00
Jan Holthuis
f6c167b20b
Merge pull request #751 from reicast/holzhaus/fix-linux-dist-formatting
...
Fix linux-dist/main.cpp formatting
2015-08-15 17:55:55 +02:00
Jan Holthuis
77cac7b0f9
linux-dist: Fix code spacing and alignment
2015-08-15 17:12:48 +02:00
Jan Holthuis
154c92bd59
linux-dist: Remove unnecessary for-loop
2015-08-15 17:12:44 +02:00
TwistedUmbrella
282dde5819
Merge pull request #748 from reicast/loungekatt
...
Fix path structure and relationships in iOS project
2015-08-14 23:37:46 -04:00
TwistedUmbrella
a4a7540055
Fix path structure and relationships in iOS project
2015-08-14 23:16:31 -04:00
TwistedUmbrella
e92b04ef01
Merge pull request #747 from reicast/loungekatt
...
Improve the Github API plugin, Drawer updates
2015-08-14 00:01:29 -04:00
TwistedUmbrella
90b624b081
Proper debug icon, Tile background, Standardize font
...
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
2015-08-13 17:44:28 -04:00
TwistedUmbrella
c0f3241bcf
Ignore Android warning about useless layouts
...
This layout keeps the menu from overwriting the first item
2015-08-13 14:58:40 -04:00
TwistedUmbrella
8c8b952434
Replace SlidingDrawer with compatibility DrawerLayout
...
Remove actionable references (requires v7 overhaul)
Darken background and remove unused views
Fix alignment of pseudo action bar to list
2015-08-13 14:52:17 -04:00
TwistedUmbrella
52b423f42b
Add a separate drawer offset for large-screen devices
2015-08-12 10:46:36 -04:00
TwistedUmbrella
ab45419ba7
Improve the Github API plugin accessibility
2015-08-12 10:23:08 -04:00
Stefanos Kornilios Mitsis Poiitidis
71c2cb4512
Merge pull request #743 from reicast/feat/nvmem-automatic-fallback
...
nvmem automatic fallback
2015-08-12 03:59:16 +02:00
Stefanos Kornilios Mitsis Poiitidis
67ecd6d9f9
vmem: Automatic fallback to slowpath if alloc fails
...
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.
2015-08-12 03:09:44 +02:00
Stefanos Kornilios Mitsis Poiitidis
eeeb2d6a62
texcache: Correctly compute size for STRIDE PLANAR textures
2015-08-12 03:09:44 +02:00
Stefanos Kornilios Mitsis Poiitidis
6724db4f8c
shrec/arm: Fix 16M mode lookups. I hate hardcoded consts
2015-08-12 03:05:14 +02:00
TwistedUmbrella
d497204d02
Disable turbo mode toggle when synchronous
2015-08-11 20:57:36 -04:00
TwistedUmbrella
9ec657949a
Basic Android option to toggle Synchronous Rendering
2015-08-11 20:50:34 -04:00
Jan Holthuis
ab33f473b3
linux-dist: Fix indentation and reformat code
2015-08-12 01:57:29 +02:00
Jan Holthuis
025dbd6458
Merge pull request #740 from reicast/fix/some-linux-main-fixes
...
linux-dist/main.cpp cleanups
2015-08-12 00:31:11 +02:00
Stefanos Kornilios Mitsis Poiitidis
3703b15c3a
sync: Also sync to video if too fast
...
config:pvr.SynchronousRendering controls this feature
Not quite perfect, but should reduce the issues
with too fast hardware
2015-08-11 23:55:51 +02:00
TwistedUmbrella
04ddf64441
Merge pull request #742 from reicast/loungekatt
...
Remove deprecated log tag from debug
2015-08-11 16:29:03 -04:00
TwistedUmbrella
851acf8518
Remove deprecated log tag from debug
...
Conflicts:
shell/android/src/com/reicast/emulator/debug/GenerateLogs.java
2015-08-11 16:15:35 -04:00
Jan Holthuis
5fbfc0fb8b
linux-dist: Rely on USES_HOMEDIR for home dir detection
...
Neither Mac nor Emscripten define USES_HOMEDIR in their Makefiles, so checking
if HOST_OS != OS_DARWIN && !defined(TARGET_EMSCRIPTEN) is pointless.
2015-08-11 21:36:14 +02:00
Jan Holthuis
60c827cf0c
linux-dist: Clean up home dir detection
2015-08-11 21:31:57 +02:00
Stefanos Kornilios Mitsis Poiitidis
75e3c441ed
Merge pull request #731 from reicast/feat/rename-newdc-reicast
...
Rename newdc to reicast
2015-08-11 21:01:16 +02:00
Stefanos Kornilios Mitsis Poiitidis
24b721c359
Replace reidc with reicast on logs
2015-08-11 20:52:10 +02:00
TwistedUmbrella
2b027e9897
Update log tags and add new native identifier
2015-08-11 20:52:09 +02:00
Stefanos Kornilios Mitsis Poiitidis
1706027c10
Rename newdc to reicast
2015-08-11 20:52:09 +02:00
Stefanos Kornilios Mitsis Poiitidis
4077941dee
Fix a DC_PLATFORM_NORMAL leftover
2015-08-11 20:43:14 +02:00
Jan Holthuis
6808bbba66
linux-dist: Add brackets to else expression
2015-08-11 20:27:51 +02:00
Jan Holthuis
64152635b5
linux-dist: Remove unnecessary if case
2015-08-11 20:20:12 +02:00
TwistedUmbrella
a6aab55ebb
Merge pull request #739 from reicast/loungekatt
...
Shorten toast (blocks thread), Remove unused strings
2015-08-11 13:48:00 -04:00
TwistedUmbrella
10ba5d336f
Shorten toast (blocks thread), Remove unused strings
2015-08-11 13:37:49 -04:00
Stefanos Kornilios Mitsis Poiitidis
417dfc5d8f
Merge pull request #732 from reicast/wip/naomi-support
...
Naomi support. Enjoy.
To build, edit core/build.h to DC_PLATFORM_NAOMI (or, -D TARGET_NAOMI at the makefile level)
2015-08-11 19:21:00 +02:00
Jan Holthuis
7ec1a12580
Merge pull request #720 from Holzhaus/add-odroid-support
...
Add ODROID-C1/C1+/X/X2/U2/U3/XU/XU3/XU4 support
2015-08-11 19:16:18 +02:00
Stefanos Kornilios Mitsis Poiitidis
ca83428fa5
naomi: Fix linux builds
2015-08-11 19:13:12 +02:00
Stefanos Kornilios Mitsis Poiitidis
13b2c4d8aa
naomi: Don't lock vram mirrors if vram isn't mirrored
2015-08-11 19:13:12 +02:00
Stefanos Kornilios Mitsis Poiitidis
bfbb01d470
naomi: 32MB-aware block lookups from arm-jit
2015-08-11 19:13:12 +02:00
Stefanos Kornilios Mitsis Poiitidis
0c0008d17b
naomi: Pass Dreamcast keycodes to get some kind of input
2015-08-11 19:13:12 +02:00
Stefanos Kornilios Mitsis Poiitidis
7d2cb5a7c0
vmem: Correctly map buffers > 16M
...
The previous implementation would generate pointers
with the offset doubly-added, pointing to +16M after
the correct address
2015-08-11 19:13:12 +02:00
Stefanos Kornilios Mitsis Poiitidis
b77a549bf4
shrec/x86: Fix canonical for reg_ptr prms
2015-08-11 19:13:12 +02:00
Stefanos Kornilios Mitsis Poiitidis
89b9687628
shrec/x86: SIMPLELINK implementation for cross checking
2015-08-11 19:13:12 +02:00
Stefanos Kornilios Mitsis Poiitidis
a0175c8011
naomi: Don't spam on DIMM board detection reads. It's disabled for now.
2015-08-11 19:13:12 +02:00
Stefanos Kornilios Mitsis Poiitidis
f2d8ed06f5
arm7rec: Increase the emitter guarantee to 64 KB
...
I run into this with the x86-arm-arm7 backend because of per-block compile and largeish blocks
2015-08-11 19:13:11 +02:00
Stefanos Kornilios Mitsis Poiitidis
b53b303c89
naomi: Portability fixes, add posix support
...
- Replaced BYTE, WORD, DWORD w/ u8, u16 & u32
- mmap/munmap/open
I should wrap the mmap fns in the oslib methinks...
2015-08-11 19:13:11 +02:00
Stefanos Kornilios Mitsis Poiitidis
7feeec0ceb
naomi: Refactor cart logic to naomi_cart
2015-08-11 19:13:11 +02:00
Stefanos Kornilios Mitsis Poiitidis
7d0d2ba572
naomi: Initial support for TARGET_NAOMI, windows only
...
- Import naomi code from nullDC, modify and cleanup
- Only unprotected dimm-board support, custom lst files
- Still a compile option
- Boots naomi bios and some games, no input yet
2015-08-11 19:13:11 +02:00