Flyinghead
|
2015d9a696
|
rename and clean up
|
2019-08-30 23:35:10 +02:00 |
flyinghead
|
721cceb1e7
|
Merge pull request #6 from scribam/drop-emscripten
Remove Emscripten support entirely
|
2019-08-30 22:59:15 +02:00 |
scribam
|
79f801d314
|
Remove Emscripten support entirely
Makefile for Emscripten build has been dropped in commit 1333d6f776
|
2019-08-30 20:01:14 +02:00 |
Flyinghead
|
79231d8961
|
missing change
|
2019-08-30 14:39:33 +02:00 |
Flyinghead
|
bae43c236e
|
dynarec: use paddr to check for bios blocks + more
|
2019-08-30 14:11:15 +02:00 |
Flyinghead
|
cc6190f261
|
flash: use rewritten blocks when allocating a new one
|
2019-08-30 13:59:15 +02:00 |
flyinghead
|
8935772f5e
|
Merge pull request #5 from scribam/platform-defines
Platform defines
|
2019-08-29 07:23:44 +02:00 |
Flyinghead
|
e173b83574
|
New option to force WinCE mode
|
2019-08-28 20:47:47 +02:00 |
scribam
|
269297be18
|
Use _WIN32 to handle Windows specific code
|
2019-08-28 20:37:53 +02:00 |
scribam
|
1b002ae0da
|
Use __GNUC__ to handle GCC specific code
|
2019-08-28 20:37:53 +02:00 |
scribam
|
51d181a46c
|
Use _MSC_VER to handle specific Visual Studio code
|
2019-08-28 20:37:53 +02:00 |
scribam
|
61382316c9
|
Use __ANDROID__ to handle specific Android code
|
2019-08-28 20:37:53 +02:00 |
flyinghead
|
02b450ff19
|
Fix vram and code block protection in 32-bit mode
|
2019-08-28 14:08:13 +02:00 |
flyinghead
|
d768481a41
|
Merge pull request #4 from scribam/misc
Misc changes
|
2019-08-22 22:31:40 +03:00 |
scribam
|
71f03cceae
|
linux/x11: Remove x11_gl_context_destroy function
This function is never called and the logic already exists in the x11_window_destroy function
|
2019-08-22 20:25:22 +02:00 |
scribam
|
065fb8ce5f
|
.gitignore: Add rules for JetBrains IDES
|
2019-08-22 20:23:53 +02:00 |
scribam
|
148033625c
|
wince: Add missing preprocessor TRACE_WINCE_SYSCALLS
unresolved_ascii_string and unresolved_unicode_string only exist if
TRACE_WINCE_SYSCALLS is defined
|
2019-08-22 20:22:56 +02:00 |
scribam
|
7cd4b7b10b
|
pulseaudio: Remove WARN_LOG second argument
First argument is "LogTypes::LOG_TYPE" and second argument must be "const char*"
|
2019-08-22 20:19:12 +02:00 |
flyinghead
|
262af15336
|
Merge pull request #3 from scribam/pulseaudio
pulseaudio: Add missing return value to the "push" function
|
2019-08-22 19:32:27 +03:00 |
scribam
|
80770b4eb9
|
pulseaudio: Add missing return value to the "push" function
|
2019-08-22 18:26:22 +02:00 |
Flyinghead
|
cc8bab249f
|
reios: serialize hle bios state. Fix save state compat with upstream and libretro
|
2019-08-19 18:19:27 +03:00 |
Flyinghead
|
7c8ce6267a
|
use lroundf(x) instead of x + 0.5f
|
2019-08-17 18:19:33 +03:00 |
Flyinghead
|
b2475c49a1
|
osx: no need to fully initialize SDL
|
2019-08-15 23:19:44 +02:00 |
Flyinghead
|
629d262578
|
reios: swap iso733 bytes
|
2019-08-15 23:17:18 +02:00 |
Flyinghead
|
174c68294d
|
Merge remote-tracking branch 'origin/master' into fh/hle-bios
|
2019-08-15 23:15:22 +02:00 |
flyinghead
|
e6acf3563f
|
win32 build fix
|
2019-08-15 11:44:17 +02:00 |
flyinghead
|
115dd1ab00
|
win32: link statically to avoid any dll dep
|
2019-08-15 11:30:56 +02:00 |
flyinghead
|
ea544f8ad7
|
Merge branch 'master' into fh/hle-bios
|
2019-08-15 11:02:04 +02:00 |
flyinghead
|
5600120b54
|
win32: fix crash at boot. remove log command lines options
restore .lst compatibility
|
2019-08-15 10:48:39 +02:00 |
Flyinghead
|
eaedf7d017
|
sdl: osx polishing
|
2019-08-14 22:48:34 +02:00 |
Flyinghead
|
ed858c029a
|
reios: test automation needs to account for lack of boot swirl
|
2019-08-14 22:35:07 +02:00 |
Flyinghead
|
aaf950d470
|
Add default ISP information to flashrom
|
2019-08-14 20:05:42 +02:00 |
Flyinghead
|
7d15e751d6
|
bitrise.yml fix
|
2019-08-14 09:22:49 +02:00 |
Flyinghead
|
74a96897cc
|
OSX: use SLD2 for gamepads
|
2019-08-14 09:20:24 +02:00 |
Flyinghead
|
e34df4fed1
|
Support for Internet Game Pack game
|
2019-08-14 09:17:07 +02:00 |
Flyinghead
|
3e1956b949
|
reios: hle bios option now forces hle use
fallback to hle bios happens if no bios file found regardless of option
|
2019-08-13 17:12:29 +02:00 |
Flyinghead
|
1a019b79b0
|
GL: blending support for punch-through polys
Disable trilinear filtering for PTs
PT alpha test should be done after color+tex shading according to documentation
|
2019-08-09 12:05:56 +02:00 |
Flyinghead
|
7ff225bfa0
|
PVR: detect direct FB writes in non-interlace. Fix packed 888 FB format
|
2019-08-09 12:03:09 +02:00 |
Flyinghead
|
55b4e3364d
|
OSX: use NSLog for logging
|
2019-08-09 12:00:48 +02:00 |
Flyinghead
|
b38affe87c
|
Build fix
|
2019-08-08 08:30:38 +02:00 |
Flyinghead
|
c7f27c84bf
|
reios: add timing to DMA reads. Fix some param values.
|
2019-08-08 08:24:13 +02:00 |
Flyinghead
|
69f2b343b1
|
OSX: command line args support. test automation
allow test automation on other platforms (win32, OSX, ...)
|
2019-08-08 08:22:33 +02:00 |
Flyinghead
|
8bd2450608
|
comments/logs clean up
|
2019-08-08 08:20:15 +02:00 |
Flyinghead
|
ce301289ca
|
reios: fix some constants
|
2019-08-04 19:46:46 +02:00 |
Flyinghead
|
00e57db13f
|
reios: support multi READ command
fixes many 2K sport games, floigan bros, ooga booga
report paused instead of standby (cannonspike US)
|
2019-08-04 19:09:02 +02:00 |
Flyinghead
|
271aa85892
|
reios: wince games support
|
2019-08-03 19:20:30 +02:00 |
Flyinghead
|
d3173931f1
|
reios: handle gdrom hle state properly
better documentation, clean up
parallelize gradle builds + tv banner
|
2019-08-01 12:31:08 +02:00 |
Flyinghead
|
e162f3ac83
|
reios: cdda support
|
2019-07-31 22:08:56 +02:00 |
Flyinghead
|
55f76d02c0
|
reios: fix flashrom write
Fixed language selection that was being ignored (also w/ bios)
|
2019-07-31 17:59:53 +02:00 |
Flyinghead
|
5913a8f11e
|
reios: font support
|
2019-07-31 13:01:12 +02:00 |