retro-wertz
c9e4443b50
Update mempatcher.cpp
...
Updates mempatched.cpp to more recent sources.
This does not fix or enable cheats though, just removes file related operations, some erroneous logs, etc
2018-06-03 10:16:58 +08:00
retro-wertz
a579c299c5
Update file.cpp
2018-06-03 09:17:41 +08:00
hizzlekizzle
69793dd31c
Merge pull request #29 from retro-wertz/cleanup
...
Updates
2018-06-02 09:40:55 -05:00
retro-wertz
7e944d562f
Fix debug build
...
No symbols are generated when compiled with BUILD=1
2018-06-02 22:24:55 +08:00
retro-wertz
da5e660120
Remove unnecessary header and source files
2018-06-02 22:23:06 +08:00
retro-wertz
befc2072da
Backport e83f16af87 (diff-7fbc8209d1fee433e62739e2fe1cee3b)
...
Backport savestate code cleanup
2018-06-02 20:55:27 +08:00
retro-wertz
4bc61ca9a8
Remove overscan option
2018-06-02 20:24:26 +08:00
retro-wertz
ad53e8a8fa
Remove LoadCPalette()
...
Remove custom palette loading.
2018-06-02 20:22:38 +08:00
hizzlekizzle
e1ff0fb922
Merge pull request #27 from retro-wertz/updates
...
Updates
2018-05-29 20:16:36 -05:00
retro-wertz
8df5b8701b
Cleanup
2018-05-30 08:27:10 +08:00
retro-wertz
0788f4d798
(libretro.cpp) Remove MDFN_MidLineUpdate() and cleanup retro_run()
...
spec.SoundBufSizeALMS is always zero anyways since MDFN_MidLineUpdate() is not supported or does not work
2018-05-30 08:08:05 +08:00
retro-wertz
c398eb7be4
(libretro.cpp) Cleanup
...
Remove empty/unused or not significant functions and some disabled codes.
2018-05-30 08:03:08 +08:00
retro-wertz
8f75a65549
Update Makefile.common
2018-05-28 21:05:28 +08:00
retro-wertz
3ac7eaacbc
Remove Deinterlacer and related files
...
Core does not need deinterlacing
2018-05-28 21:03:45 +08:00
retro-wertz
7dc0fb93be
Make NEED_CRC32=0
...
And wrapped related section in #ifdef. CRC32 not needed in core other than just for logs
2018-05-28 20:58:19 +08:00
retro-wertz
f02d40f04d
Update libretro header, add libretro-common and move related files
2018-05-28 20:15:09 +08:00
hizzlekizzle
4417b9718a
Merge pull request #26 from retro-wertz/patch-1
...
Gfx: Fix TILED_RENDERING
2018-05-27 22:49:46 -05:00
retro-wertz
825818a64f
Gfx: Fix TILED_RENDERING
...
Fix graphics issue when TILED RENDERING is used (enabled at compile by default)
Affected system: windows
2018-05-28 11:48:43 +08:00
hizzlekizzle
b792db5edf
Merge pull request #25 from retro-wertz/updates
...
Update to 1.21.3 and other updates
2018-05-27 15:33:27 -05:00
retro-wertz
9bbb2213ca
Gfx: Backport TILED_RENDERING
...
Enabled by default during compile.
2018-05-27 20:57:45 +08:00
retro-wertz
7a4bdad759
Apu: Backport channel 3 fixes
2018-05-27 18:41:46 +08:00
retro-wertz
c3847ebb41
Add gba-override list
...
Backport gba-over list which acts as alternative database when an external override (.type file) does not exist.
2018-05-27 15:23:53 +08:00
retro-wertz
f0ff80c81d
Allow switching between mednafen or libretro api save method
2018-05-26 23:47:38 +08:00
retro-wertz
345cde451e
Make need_fullpath = false
2018-05-26 13:08:30 +08:00
retro-wertz
105c84037c
Remove references to other cores
...
This core only emulates GBA
2018-05-26 11:01:14 +08:00
retro-wertz
d31d8781fb
libretro: Fix alignment and indents
2018-05-26 10:32:19 +08:00
retro-wertz
50d02364b2
Gfx.cpp: Fix indentation
2018-05-26 09:31:55 +08:00
retro-wertz
5314aa5e43
Remove extra newline generated from MDFN_printf()
2018-05-26 04:21:11 +08:00
retro-wertz
503b1cce0d
Fallback to use HLE bios when a GBA bios cannot be opened or an incorrect size.
2018-05-26 04:12:00 +08:00
retro-wertz
aa011fdc72
GBA:Update to 1.21.3
2018-05-26 03:22:10 +08:00
twinaphex
c9acdca4c0
remove msvc / dir
2018-04-13 02:09:16 +02:00
Twinaphex
369fe87a66
Merge pull request #23 from webgeek1234/master
...
Refactor android jni makefiles
2018-04-07 22:52:13 +02:00
Aaron Kling
83daf41a0b
Refactor android jni makefiles
2018-04-06 23:51:56 -05:00
Twinaphex
d7fc3b059a
Merge pull request #22 from webgeek1234/master
...
Fix android jni compile with clang
2018-04-04 07:50:00 +02:00
Aaron Kling
d74472ec17
Fix android jni compile with clang
2018-04-03 20:27:38 -05:00
Twinaphex
49358b2cd8
Merge pull request #21 from retro-wertz/update
...
memory access updates and fix core crash
2018-01-05 08:16:30 +01:00
retrowertz
4faa3741e1
Stop trying to load custom palette
...
This just causes core to crash in certain operating systems.
Disabled only, not cleaned. Might have some use of this later?
2018-01-05 15:04:15 +08:00
retrowertz
bbac6ede88
Core supports Retroachievements
2018-01-05 14:59:13 +08:00
retrowertz
c0f0f7ba87
Add retro_memory_descriptor
2018-01-05 14:54:39 +08:00
retrowertz
7f66c4a726
Update libretro API header
2018-01-05 09:57:44 +08:00
Twinaphex
b4219d7456
Merge pull request #20 from retro-wertz/master
...
Update arm.cpp
2018-01-04 14:43:09 +01:00
retrowertz
c8ffb69a73
Update arm.cpp
...
This apparently fixes some pixel-related glitches which i noticed when running Aria of Sorrow
2018-01-04 21:05:35 +08:00
twinaphex
8e5230c495
Update
2017-12-17 18:28:04 +01:00
Brad Parker
f298fa5972
add travis build script
2017-10-24 13:31:50 -04:00
Twinaphex
143c504901
Merge pull request #18 from yoshisuga/master
...
Add ios-arm64 build target
2017-07-29 09:41:08 +02:00
Yoshi Sugawara
91f4642e20
Add ios-arm64 build target
2017-07-28 21:35:42 -10:00
Twinaphex
102cdec390
Merge pull request #16 from Kekun/master
...
Add install and unintall rules
2017-05-15 21:04:32 +02:00
Adrien Plazas
be61bbaa87
Add install and unintall rules
2017-05-15 18:08:51 +02:00
Twinaphex
a6c0224253
Merge pull request #14 from orbea/permissions
...
Fix permissions.
2017-03-21 23:01:06 +01:00
orbea
e4ac59f642
Fix permissions.
2017-03-21 10:56:55 -07:00