Themaister
828552d111
Add phaser.
2014-05-25 13:54:46 +02:00
Themaister
07ab8c0052
Whitespace derp.
2014-05-25 13:18:24 +02:00
Themaister
745cab4f4e
Fixups for fastforward_ratio and slowmotion_ratio.
...
Rename to Game Speed Cap in RGUI, more clear.
2014-05-25 13:13:55 +02:00
twinaphex
d536435ea2
(Menu) Expose fast-forward ratio and slowmotion ratio to menu_common_backend
2014-05-25 06:09:12 +02:00
twinaphex
3c327c99fc
(ALSA QSA) Now infers fragment size from audio hardware - max fragment sizes
...
of 1 and 2 gave continuous 'sample got stuck somewhere' errors -
bumping it up to 8 seems to get rid of it but can still produce
the odd audio crackle every minute or so.
2014-05-24 06:12:44 +02:00
twinaphex
491a4a98d8
(ALSA QSA) Now works on BB10
2014-05-24 05:15:05 +02:00
twinaphex
a1b18f02ed
(ALSA QSA) Reimplement alsa_qsa_write - sound still bad though
2014-05-24 04:46:26 +02:00
twinaphex
a95331e7aa
(ALSA QSA) Revert to something that at least outputs audio (badly)
2014-05-24 03:48:12 +02:00
Themaister
33e3eee5ab
Nit.
2014-05-23 09:53:27 +02:00
twinaphex
24e656b601
(OSX) Update xcodeproj
2014-05-23 03:07:59 +02:00
twinaphex
136c1f351c
(OSX PPC) Fix build - hangs currently on CGLSetCurrentContext
2014-05-23 01:09:46 +02:00
twinaphex
e6c36d5cda
(OSX PPC) Return mainScreen always for 10.5 and below in
...
function get_chosen_screen
2014-05-23 00:55:09 +02:00
twinaphex
c310d6866b
(Apple) Take out NSApplicationDelegate protocol reference
2014-05-23 00:45:24 +02:00
twinaphex
e864285b84
(OSX PPC) Add .empty to modules dir
2014-05-23 00:04:39 +02:00
twinaphex
745a36508f
(GX) Add missing gx_audio_use_float - set it to false
2014-05-22 23:51:30 +02:00
twinaphex
890b7f9bcf
(OSX PPC) Fix Altivec errors
2014-05-22 23:46:41 +02:00
twinaphex
565ccf2ace
(OSX PPC) CoreAudio should be compatible now with OSX 10.5 for PowerPC
2014-05-22 22:20:17 +02:00
twinaphex
166ee3785e
(CoreAudio) Some OSX PPC build fixes
2014-05-22 22:11:14 +02:00
twinaphex
e68982596b
(Griffin) Put audio/utils.c last - prevents heap of compile errors
...
when altivec.h redefines bool on OSX PPC
2014-05-22 22:00:59 +02:00
twinaphex
b162329eab
(GL) Hoist some more identical lines out of if (stencil) else block
2014-05-22 21:26:57 +02:00
twinaphex
669f59d864
(GL) Take identical line out of if-else blocks
2014-05-22 21:24:38 +02:00
twinaphex
d636d4a10a
(GL) Add RARCH_GL_MAX_RENDERBUFFER_SIZE
2014-05-22 21:00:17 +02:00
twinaphex
194f90f3f9
(GL) Add custom versions of RARCH_GL_DEPTH_ATTACHMENT and RARCH_GL_STENCIL_ATTACHMENT
2014-05-22 20:58:32 +02:00
twinaphex
7378f21a36
(OSX PPC) Add _EXT versions of GL_RENDERBUFFER and GL_DEPTH24_STENCIL8
2014-05-22 20:45:41 +02:00
twinaphex
9fd55c301c
(GL) Define RARCH_GL_RENDERBUFFER and RARCH_GL_DEPTH24_STENCIL8
2014-05-22 20:44:33 +02:00
twinaphex
2eea12e17e
COLOR_ATTACHMENT_0 and GL_FRAMEBUFFER_COMPLETE are defined differently
...
for PSGL and OSX PPC as well
2014-05-22 20:32:51 +02:00
twinaphex
6c87c2494c
(OSX PPC) Add OSX PPC define
2014-05-22 20:30:21 +02:00
twinaphex
9cbdb708c9
(GL) Turn GL_FRAMEBUFFER into manual define (PSGL needs different
...
define, so does Mac PPC)
2014-05-22 20:23:02 +02:00
twinaphex
2c7aa26390
(OSX PPC) Create some more groups in project solution
2014-05-22 20:15:34 +02:00
twinaphex
a1978896d3
(Apple/iOS) Some build fixes
2014-05-22 20:10:06 +02:00
twinaphex
c56ea88dd4
(OSX) Split up platform-specific input files to 'osx' group in xcodeproj
2014-05-22 18:55:30 +02:00
twinaphex
dd2d15c144
(Apple) Move iOS/OSX to separate dirs so that both ports can have their own
...
modules/ directory
2014-05-22 18:54:10 +02:00
twinaphex
1fd7766bc0
(OSX PPC) Add OSX PPC project - still lots of compile errors to
...
go through
2014-05-22 18:23:07 +02:00
Hans-Kristian Arntzen
b5a70f520e
Check for xkbcommon 0.3.2
2014-05-22 16:53:33 +02:00
twinaphex
c081993fd7
(Menu common) Put variable declarations on top
2014-05-22 06:20:10 +02:00
twinaphex
405d8b4370
(Menu) Refactor menu_defer_core to make it have less dependencies
2014-05-22 06:19:15 +02:00
twinaphex
9e1dfbef29
Split up defer core functionality to menu_common and create
...
callbacks for menu backend context-specific operations
2014-05-22 03:12:56 +02:00
twinaphex
07e567990d
(Gfx filter) Fix warning
2014-05-21 18:23:28 +02:00
twinaphex
d0cfc22ef2
(ALSA QSA) Doesn't give invalid argument error anymore but seems to
...
get stuck in alsa_qsa_write now
2014-05-21 18:05:34 +02:00
twinaphex
1c77289709
(ALSA QSA) Some more changes to alsa_qsa_write - still gives 'Unknown error occurred - invalid argument'
2014-05-21 17:24:18 +02:00
twinaphex
2e16f9ba96
(ALSA QSA) Refactorings
2014-05-21 16:29:03 +02:00
Hans-Kristian Arntzen
67819bee3f
Merge pull request #694 from libretro/dsp-rewrite
...
DSP rewrite
2014-05-20 23:40:25 +02:00
Themaister
b02b6a1d62
Pass correct width to SNES_NTSC_OUT_WIDTH.
2014-05-20 22:28:14 +02:00
Themaister
6ebd71f906
Use defaults for Echo.
2014-05-20 20:58:35 +02:00
Themaister
7351a228cc
Add Echo DSP filter.
2014-05-20 17:04:57 +02:00
Themaister
0d370e828d
Add the IIR filter types.
2014-05-20 15:43:05 +02:00
Themaister
d2161dfa50
Rewrite IIR DSP filter.
2014-05-20 15:19:22 +02:00
Themaister
7aaa0c254f
Add builtin crap for DSP plugs.
2014-05-20 14:21:29 +02:00
Themaister
0e85445420
Remove RGUI_SETTINGS_BIND_DSP_CONFIG.
2014-05-20 14:09:08 +02:00
Themaister
1b9bbbd381
Some Panning fixes.
2014-05-20 14:00:48 +02:00