radius
|
b6207b9b76
|
[3ds] add remap dir to defaults
|
2015-09-15 10:19:48 -05:00 |
|
radius
|
2b829a3c47
|
[3ds] add remap dir to defaults
|
2015-09-15 10:17:01 -05:00 |
|
twinaphex
|
e8e3d1427a
|
(netplay.c) Add ANDROID ifdef
|
2015-09-15 05:48:05 +02:00 |
|
twinaphex
|
5f5efc03a7
|
Cleanups
|
2015-09-15 05:22:57 +02:00 |
|
twinaphex
|
747246ece8
|
intl/ needs to be refactored - just exclude spanish.h for now
|
2015-09-15 04:52:18 +02:00 |
|
twinaphex
|
e0c7d0905d
|
Header cleanups
|
2015-09-15 04:49:10 +02:00 |
|
twinaphex
|
3c0a5e09bd
|
(intl/spanish.h) Change header guard
|
2015-09-15 04:37:28 +02:00 |
|
Twinaphex
|
6980e5546d
|
Merge pull request #2114 from IlDucci/master
Updating Spanish translation
|
2015-09-15 04:08:47 +02:00 |
|
Twinaphex
|
cdc18f5ae6
|
Merge pull request #2116 from lioncash/snprintf
msvc: Conditionally enable the snprintf macro
|
2015-09-15 04:08:27 +02:00 |
|
Lioncash
|
fc64f6d82a
|
msvc: Conditionally enable the snprintf macro
VS2015 implements the normal form of snprintf, so the define will cause compile errors.
|
2015-09-14 21:50:09 -04:00 |
|
Andrés
|
da907ab54f
|
add extra.json
|
2015-09-14 18:32:12 -05:00 |
|
Twinaphex
|
6a9fc71f0d
|
Merge pull request #2115 from frangarcj/master
(Vita) vita2d updated
|
2015-09-15 00:18:47 +02:00 |
|
Francisco José García García
|
08f5db24b4
|
(Vita) vita2d updated
|
2015-09-15 00:12:10 +02:00 |
|
Twinaphex
|
3dfa505bf2
|
(file_ops.c) Prevent warning
|
2015-09-14 23:39:00 +02:00 |
|
Twinaphex
|
c8b041ef7d
|
Simplify core_info_list_get_all_extensions
|
2015-09-14 23:33:50 +02:00 |
|
IlDucci
|
ca7afc7819
|
Updating Spanish translation
Small tweaks around.
|
2015-09-14 13:17:51 +02:00 |
|
IlDucci
|
384a5d2b97
|
Merge remote-tracking branch 'libretro/master'
|
2015-09-14 12:25:56 +02:00 |
|
twinaphex
|
ad1b433d57
|
(platform_linux.c) Refactors
|
2015-09-14 06:56:32 +02:00 |
|
twinaphex
|
33d4612716
|
(platform_linux) Get rid of alloca usage
|
2015-09-14 06:49:02 +02:00 |
|
twinaphex
|
87ece39443
|
(Linux) Add ACPI sys code
|
2015-09-14 06:35:11 +02:00 |
|
twinaphex
|
c6806c2ac0
|
Fix CXX_BUILD warning
|
2015-09-14 03:55:35 +02:00 |
|
twinaphex
|
118978864f
|
Cleanups
|
2015-09-14 03:53:15 +02:00 |
|
twinaphex
|
ea6119c1c7
|
(Vita) Add forward declaration for scePowerSetArmClockFrequency
|
2015-09-14 03:50:34 +02:00 |
|
twinaphex
|
4ccbee5d8d
|
Update headers
|
2015-09-14 03:44:06 +02:00 |
|
Twinaphex
|
da3dd316b5
|
(CoreAudio) Include retro_endianness.h
|
2015-09-14 03:36:59 +02:00 |
|
twinaphex
|
8ca8b43545
|
Take out retro_endianness.h include out of retro_miscellaneous.h
|
2015-09-14 03:34:05 +02:00 |
|
Twinaphex
|
599fc0716e
|
Merge pull request #2112 from aliaspider/master
(CTR/3DS) start with bilinear filtering set to ON.
|
2015-09-14 03:03:33 +02:00 |
|
aliaspider
|
9c6ce3b28b
|
(CTR/3DS) start with bilinear filtering set to ON.
|
2015-09-14 01:59:58 +01:00 |
|
Twinaphex
|
3cee888d73
|
Merge pull request #2111 from aliaspider/master
(CTR/3DS) add support for viewport/filtering settings.
|
2015-09-14 01:21:43 +02:00 |
|
aliaspider
|
591ecae208
|
(CTR/3DS) add support for viewport/filtering settings.
rotation doesn't work correctly yet.
|
2015-09-14 00:19:38 +01:00 |
|
Twinaphex
|
258972889f
|
Merge pull request #2110 from aliaspider/master
(CTR/3DS) update
|
2015-09-14 00:59:56 +02:00 |
|
aliaspider
|
224dc0d34b
|
use relative path in the include.
|
2015-09-13 23:13:36 +01:00 |
|
aliaspider
|
67dc806f7f
|
fix typo.
|
2015-09-13 23:04:54 +01:00 |
|
aliaspider
|
41019503e8
|
(CTR/3DS) build update.
- add IDs and icons for more libretro cores.
- add support for WHOLE_ARCHIVE_LINK
|
2015-09-13 22:58:37 +01:00 |
|
aliaspider
|
3733956fd0
|
(CTR/3DS) update makefile.ctr
- move per-core build settings to a seperate file.
- make the griffin build optional (enabled by default).
|
2015-09-13 22:33:35 +01:00 |
|
aliaspider
|
c3ac725269
|
(CTR/3DS) improve vsync.
gfxSwapBuffersGpu needs to be called immediately after initiating a
display transfer.
|
2015-09-13 22:27:28 +01:00 |
|
radius
|
690cb138e9
|
[netplay] this should fix netplay server on android, tested on windows and linux too
|
2015-09-13 16:11:59 -05:00 |
|
twinaphex
|
eccda8c39a
|
(memory_stream.c) Cleanup
|
2015-09-13 09:45:41 +02:00 |
|
twinaphex
|
b5f7ccab22
|
Cleanups
|
2015-09-13 09:23:48 +02:00 |
|
twinaphex
|
2269aff9aa
|
Cleanups
|
2015-09-13 06:46:04 +02:00 |
|
twinaphex
|
e45cd48547
|
Cleanups
|
2015-09-13 06:40:29 +02:00 |
|
twinaphex
|
d6809537b0
|
(audio/test) Some buildfixes
|
2015-09-13 04:08:18 +02:00 |
|
twinaphex
|
7f9761afb6
|
Create kaiser_window_function/lanzcos_window_function
|
2015-09-13 03:43:59 +02:00 |
|
twinaphex
|
c4d46ce09f
|
Cleanups
|
2015-09-13 01:08:36 +02:00 |
|
twinaphex
|
1fbc83f51e
|
CLeanups
|
2015-09-12 22:27:58 +02:00 |
|
twinaphex
|
4a818c24ea
|
(cc_resampler.c) Simplifications
|
2015-09-12 22:11:02 +02:00 |
|
twinaphex
|
b52bb48635
|
(cc_resampler.c) Minor nits
|
2015-09-12 21:19:38 +02:00 |
|
twinaphex
|
5adc85a207
|
Create libretro-common/include/filters.h
|
2015-09-12 21:04:20 +02:00 |
|
twinaphex
|
80b3bc6254
|
Use menu_displaylist_push from one place
|
2015-09-12 08:05:26 +02:00 |
|
Twinaphex
|
9201f70250
|
(CocoaTouch) Use different menu animation
|
2015-09-12 07:00:23 +02:00 |
|