Stefanos Kornilios Mitsis Poiitidis
25eee26ce5
First steps towards a HLE bios implementation
...
This is very simplistic, but can already boot and run many games
Known working so far
- Dead Or Alive 2 LE
- Head Hunter
- Marvel VS Capcom 2
Not working
- (Almost) all others
2014-12-29 22:05:35 +01:00
Stefanos Kornilios Mitsis Poiitidis
2f584aa68d
Merge branch 'master' of github.com:reicast/reicast-emulator
2014-12-22 16:48:27 +01:00
Stefanos Kornilios Mitsis Poiitidis
9d7cac160a
PVR: Fix hscale, VO vs FB_W scissor
...
Fixes w320 games (bangai-o, kof99, etc), and Half-x clip (Ready2Rumble,
more)
2014-12-22 16:46:40 +01:00
Stefanos Kornilios Mitsis Poiitidis
5b9ac040a4
FB_R_SIZE_type should be 32 bits, not 42
2014-12-22 16:45:32 +01:00
TwistedUmbrella
dde74604d3
Merge pull request #577 from reicast/loungekatt
...
Blanket summary of test devices for the entire team
2014-12-19 13:52:49 -05:00
TwistedUmbrella
f6e0004717
Blanket summary of test devices for the entire team
...
It isn’t really necessary to specify who owns what device until it
becomes relevant in a device-specific issue report.
2014-12-19 13:52:06 -05:00
TwistedUmbrella
ab19db481b
Merge pull request #575 from reicast/loungekatt
...
Record crash output to application log
2014-12-18 13:06:31 -05:00
TwistedUmbrella
1301d24c41
Remove unused CoverFlow library due to menu update
2014-12-17 15:07:07 -05:00
TwistedUmbrella
595a79b2c3
Hide the keyboard when entering file browser
2014-12-17 14:28:52 -05:00
TwistedUmbrella
7d3ba6f539
Change crash dialog to crash toast message
...
Some of the errors are easily bypassed, but a popup stops gameplay
simply to be dismissed.
2014-12-17 14:28:52 -05:00
TwistedUmbrella
f4698fc3d7
Record crash output to application log
2014-12-17 14:28:52 -05:00
Stefanos Kornilios Mitsis Poiitidis
160d6f0c48
Linux is case sensitive
2014-12-17 10:44:11 +01:00
Stefanos Kornilios Mitsis Poiitidis
09caf4a55e
Lock the entire texture, not just the pixel array.
...
Fixes #49
2014-12-17 08:45:19 +01:00
Stefanos Kornilios Mitsis Poiitidis
29906d8416
Texkill, palette_update on correct place.
...
- Texkill needs to be done before texture allocation, which is now done during parsing (texture-sync update)
- palette_update needs to be called from the emu thread, before kicking off the render
2014-12-17 08:42:28 +01:00
Stefanos Kornilios Mitsis Poiitidis
9a5c3160a3
Documentation for dsp.cpp
2014-12-17 07:12:08 +01:00
Stefanos Kornilios Mitsis Poiitidis
819ed61ec8
Updated for visual studio community 2013
...
(yay, free tooling1)
2014-12-17 07:10:59 +01:00
Stefanos Kornilios Mitsis Poiitidis
e43271e448
fix for msvc 2013 / C++14. Rend is now used by stdlib
2014-12-17 06:48:45 +01:00
Stefanos Kornilios Mitsis Poiitidis
defc25e9c1
Remove READ_LOGS, see issue 571
2014-12-15 02:18:37 +01:00
Stefanos Kornilios Mitsis Poiitidis
279b957e94
Merge
2014-12-15 01:14:46 +01:00
TwistedUmbrella
bf0490d06e
No debug plugin means no need for a sharedId
...
May also resolve some issues with installing over an existing build
without uninstalling the build first.
2014-12-14 15:36:53 -05:00
Stefanos Kornilios Mitsis Poiitidis
cbc4f8db2c
Push version to r7
2014-12-14 18:05:59 +01:00
Stefanos Kornilios Mitsis Poiitidis
b1f88f258b
Merge branch 'master' of github.com:reicast/reicast-emulator
2014-12-11 14:02:43 +01:00
Stefanos Kornilios Mitsis Poiitidis
34bc42b7a4
Add x64 target, fix Sh4RCB pointer sizing, u32->unat in vmem
2014-12-11 14:02:10 +01:00
Stefanos Kornilios Mitsis Poiitidis
acda30f034
Emitter: use main types.h
2014-12-11 14:01:13 +01:00
Stefanos Kornilios Mitsis Poiitidis
c69934f839
Force all allocates > 32bits on x64 debug mode to find porting issues
2014-12-11 14:00:53 +01:00
Stefanos Kornilios Mitsis Poiitidis
2f171e3596
Support HOST_NO_REC for windows
2014-12-11 13:59:31 +01:00
Stefanos Kornilios Mitsis Poiitidis
22e95de2d1
Merge pull request #572 from reicast/skmp/pandora-merge
...
pandora merge
2014-12-11 03:26:13 +01:00
Stefanos Kornilios Mitsis Poiitidis
d5ddad53d1
Use XMLParser from master
2014-12-11 03:17:17 +01:00
Stefanos Kornilios Mitsis Poiitidis
4500cfb1d3
Remove white-space changes
2014-12-11 02:57:23 +01:00
Stefanos Kornilios Mitsis Poiitidis
63485e7a72
SetFloatStatusReg: support gcc for x86
2014-12-09 22:15:44 +01:00
Stefanos Kornilios Mitsis Poiitidis
77390f861e
DSP only if HOST_NO_REC is not enabled
2014-12-09 22:15:00 +01:00
Stefanos Kornilios Mitsis Poiitidis
000f432548
No rend: fix process
2014-12-09 22:10:16 +01:00
Stefanos Kornilios Mitsis Poiitidis
a4b3e8dc05
Auto detect gcc/vc
2014-12-09 22:09:51 +01:00
TwistedUmbrella
f13d12a0b3
Merge pull request #564 from reicast/loungekatt
...
Add resources for error dialog, Disable test
2014-11-21 17:07:47 -05:00
TwistedUmbrella
e4025420af
Fix indentation issues when transferring code
2014-11-21 15:03:22 -05:00
TwistedUmbrella
4aa0bee20e
Add lazy-load image library, Add github resources
2014-11-21 12:24:59 -05:00
TwistedUmbrella
6ba58fd695
Import debug tool git viewer and deprecate plugin
2014-11-21 12:24:59 -05:00
TwistedUmbrella
2c1b46dfd9
Update a stray translation for troubleshooting
2014-11-21 12:24:58 -05:00
TwistedUmbrella
4b58c695fc
Allow default navigation to default to user folder
2014-11-21 12:24:58 -05:00
TwistedUmbrella
159d554c7d
Fully unlink joystick config from compat & custom
2014-11-21 12:24:58 -05:00
TwistedUmbrella
612928fedf
Add resources for error dialog, Disable test
2014-11-21 12:24:58 -05:00
Stefanos Kornilios Mitsis Poiitidis
9b38bcf079
Merge pull request #566 from reicast/r7-rc
...
Commits from r7-rc
2014-11-21 13:44:30 +02:00
TwistedUmbrella
4bd74aeebe
Merge pull request #563 from reicast/loungekatt
...
Fix the display of messages within emu thread
2014-11-12 21:43:46 -05:00
TwistedUmbrella
d26d4d4cfa
Fix the display of messages within emu thread
2014-11-12 21:42:52 -05:00
Stefanos Kornilios Mitsis Poiitidis
c2d1fbfdc2
WIP to get an alert dialog show
...
- new String() fails, somewhere deep on the android run-time, with no exception or some kind of logged error on my N4. WHY?
- The android debugger is a huge PITA.
- Eclipse is best left unused
2014-11-10 13:34:59 +01:00
Stefanos Kornilios Mitsis Poiitidis
d1aa96d3e1
Improve error handling
...
Add coreMessage, die to EmuThread, propagate msgboxf to coreMessage
2014-11-10 05:28:52 +01:00
Stefanos Kornilios Mitsis Poiitidis
ff4f5c21a8
Merge pull request #561 from reicast/skmp/travis-debug-cert
...
Merge skmp/travis-debug-cert
2014-11-07 04:06:28 +02:00
~skmp
dc3575a2ef
Create .android, mv is also better
2014-11-07 03:46:32 +02:00
~skmp
67b29e4923
Static debug cert
2014-11-07 03:39:40 +02:00
TwistedUmbrella
dbc6f5a43c
Merge pull request #557 from reicast/loungekatt
...
Fancy toast, Forgiving BIOS directory selection
2014-10-30 22:43:57 -04:00