pcsx_rearmed.git
11 years agofix some more 32/64bit incompatibilities
notaz [Wed, 21 Nov 2012 22:18:21 +0000 (00:18 +0200)]
fix some more 32/64bit incompatibilities

11 years agofrontend: allow sstates without cd img
notaz [Wed, 21 Nov 2012 22:48:51 +0000 (00:48 +0200)]
frontend: allow sstates without cd img

11 years agogte: avoid fno-strict-aliasing
notaz [Wed, 21 Nov 2012 01:51:26 +0000 (03:51 +0200)]
gte: avoid fno-strict-aliasing

11 years agofix various warnings
notaz [Wed, 21 Nov 2012 01:47:35 +0000 (03:47 +0200)]
fix various warnings

the idea here was to disable them to avoid drifting from pcsx-reloaded,
but there doesn't seems to be much need for syncing.

11 years agofix ARM build with --disable-dynarec
notaz [Wed, 21 Nov 2012 01:11:59 +0000 (03:11 +0200)]
fix ARM build with --disable-dynarec

11 years agoplugins: drop arch filename extensions
notaz [Wed, 21 Nov 2012 00:38:10 +0000 (02:38 +0200)]
plugins: drop arch filename extensions

they do more harm than good

11 years agofrontend: pcnt: support arm11
notaz [Mon, 19 Nov 2012 01:08:06 +0000 (03:08 +0200)]
frontend: pcnt: support arm11

11 years agofrontend: sdl: autodisable overlay if not accelerated
notaz [Sun, 18 Nov 2012 22:29:24 +0000 (00:29 +0200)]
frontend: sdl: autodisable overlay if not accelerated

just tried it on r-pi, it's just way too slow

11 years agodfsound: add PulseAudio workaround
notaz [Sun, 18 Nov 2012 22:23:45 +0000 (00:23 +0200)]
dfsound: add PulseAudio workaround

11 years agofrontend: pcnt: use gettimeofday
notaz [Sat, 17 Nov 2012 23:39:24 +0000 (01:39 +0200)]
frontend: pcnt: use gettimeofday

better than nothing

11 years agofrontend: overlay improvements
notaz [Sat, 17 Nov 2012 22:31:30 +0000 (00:31 +0200)]
frontend: overlay improvements

work directly on psx vram

11 years agofrontend: initial sdl overlay implementation
notaz [Sat, 17 Nov 2012 00:09:49 +0000 (02:09 +0200)]
frontend: initial sdl overlay implementation

11 years agospu: stop at 0 volume
notaz [Thu, 15 Nov 2012 22:30:32 +0000 (00:30 +0200)]
spu: stop at 0 volume

11 years agocdrom: some subq hacks
notaz [Tue, 13 Nov 2012 23:33:27 +0000 (01:33 +0200)]
cdrom: some subq hacks

11 years agofix gun handling in enhancement mode
notaz [Tue, 13 Nov 2012 17:19:36 +0000 (19:19 +0200)]
fix gun handling in enhancement mode

11 years agofix some random corner cases
notaz [Tue, 13 Nov 2012 00:28:41 +0000 (02:28 +0200)]
fix some random corner cases

11 years agocdrom: only need to read for cdda
notaz [Tue, 13 Nov 2012 00:04:52 +0000 (02:04 +0200)]
cdrom: only need to read for cdda

otherwise it's already there?

11 years agoworkaround pandora hugetlb bug, revert this later
notaz [Mon, 12 Nov 2012 23:27:47 +0000 (01:27 +0200)]
workaround pandora hugetlb bug, revert this later

11 years agopsx_gpu: fix interlace mode
notaz [Mon, 12 Nov 2012 22:53:57 +0000 (00:53 +0200)]
psx_gpu: fix interlace mode

11 years agofrontend: add toggle FPS option
notaz [Sun, 11 Nov 2012 19:18:41 +0000 (21:18 +0200)]
frontend: add toggle FPS option

11 years agofrontend: move text drawing to libpicofe
notaz [Sun, 11 Nov 2012 19:01:43 +0000 (21:01 +0200)]
frontend: move text drawing to libpicofe

+ some minor fixes

11 years agorelease r16 r16
notaz [Sat, 10 Nov 2012 21:11:15 +0000 (23:11 +0200)]
release r16

11 years agofrontend: avoid loading msg when not needed
notaz [Sat, 10 Nov 2012 20:23:37 +0000 (22:23 +0200)]
frontend: avoid loading msg when not needed

11 years agopsxcounters: refresh internal state after savestate load
notaz [Sat, 10 Nov 2012 20:06:12 +0000 (22:06 +0200)]
psxcounters: refresh internal state after savestate load

fixes some glitching after pre-r14 save load

11 years agofrontend: change nub_adjust ranges
notaz [Fri, 9 Nov 2012 23:42:28 +0000 (01:42 +0200)]
frontend: change nub_adjust ranges

11 years agofrontend: improve pandora nub to PSX analog mapping
notaz [Fri, 9 Nov 2012 23:14:46 +0000 (01:14 +0200)]
frontend: improve pandora nub to PSX analog mapping

11 years agofrontend: make platform menu customizations more explicit
notaz [Tue, 6 Nov 2012 01:37:53 +0000 (03:37 +0200)]
frontend: make platform menu customizations more explicit

11 years agofrontend: add fast forward support
notaz [Tue, 6 Nov 2012 00:36:42 +0000 (02:36 +0200)]
frontend: add fast forward support

11 years agosort out 32/64bit savestate compat issues
notaz [Mon, 5 Nov 2012 01:11:29 +0000 (03:11 +0200)]
sort out 32/64bit savestate compat issues

11 years agodrop some unused code
notaz [Sun, 4 Nov 2012 23:23:29 +0000 (01:23 +0200)]
drop some unused code

11 years agodetect undefined symbols early
notaz [Sun, 4 Nov 2012 22:58:51 +0000 (00:58 +0200)]
detect undefined symbols early

11 years agoswitch over to libpicofe
notaz [Sun, 4 Nov 2012 22:28:57 +0000 (00:28 +0200)]
switch over to libpicofe

- libretro should not be affected by this, all others need to do
  'git submodule init && git submodule update' from now on.
- pandora should get gamma control support

11 years agohandle bad cd images better
notaz [Sun, 4 Nov 2012 00:29:54 +0000 (02:29 +0200)]
handle bad cd images better

11 years agocdriso: don't play data track
notaz [Sat, 3 Nov 2012 22:07:31 +0000 (00:07 +0200)]
cdriso: don't play data track

some refactoring too

11 years agocdrom: read subq directly, not from thread
notaz [Sat, 3 Nov 2012 20:06:31 +0000 (22:06 +0200)]
cdrom: read subq directly, not from thread

thread is doing 10 sectors at once, not that accurate..

11 years agopsx_gpu: change enh buffer selection once more
notaz [Sat, 3 Nov 2012 18:40:32 +0000 (20:40 +0200)]
psx_gpu: change enh buffer selection once more

11 years agoMerge branch 'enhancement'
notaz [Fri, 2 Nov 2012 01:07:05 +0000 (03:07 +0200)]
Merge branch 'enhancement'

Conflicts:
frontend/libretro.c

11 years agofrontend: make text bg dark
notaz [Thu, 1 Nov 2012 18:11:39 +0000 (20:11 +0200)]
frontend: make text bg dark

11 years agopsx_gpu: rework enhancement buffer selection
notaz [Thu, 1 Nov 2012 17:03:27 +0000 (19:03 +0200)]
psx_gpu: rework enhancement buffer selection

11 years agomove blit to core, allow filtering while blitting
notaz [Sun, 28 Oct 2012 23:08:35 +0000 (01:08 +0200)]
move blit to core, allow filtering while blitting

also adds libpicofe to pull filters from, and filter related UI stuff

11 years agopsx_gpu: workaround overflow crash
notaz [Sun, 28 Oct 2012 14:32:24 +0000 (16:32 +0200)]
psx_gpu: workaround overflow crash

rare corner case

11 years agopsx_gpu: add some preloads
notaz [Sat, 27 Oct 2012 19:18:36 +0000 (22:18 +0300)]
psx_gpu: add some preloads

seem to be helpful for enhancement

11 years agopsx_gpu: implement setup_sprite_untextured in asm
notaz [Sat, 27 Oct 2012 19:14:16 +0000 (22:14 +0300)]
psx_gpu: implement setup_sprite_untextured in asm

11 years agogpu: move enhacement logic out of vout_pl
notaz [Mon, 22 Oct 2012 21:34:30 +0000 (00:34 +0300)]
gpu: move enhacement logic out of vout_pl

11 years agopsx_gpu: select buffers differently
notaz [Sun, 21 Oct 2012 22:42:56 +0000 (01:42 +0300)]
psx_gpu: select buffers differently

this handles weird drawing areas better

11 years agoMerge pull request #3 from libretro/master
notaz [Tue, 23 Oct 2012 11:48:41 +0000 (04:48 -0700)]
Merge pull request #3 from libretro/master

RGB565 support

11 years agorgb565 fix
ToadKing [Tue, 23 Oct 2012 01:37:07 +0000 (21:37 -0400)]
rgb565 fix

11 years agoAdd RGB565 support
Toad King [Tue, 23 Oct 2012 00:59:01 +0000 (20:59 -0400)]
Add RGB565 support

11 years agopsx_gpu: change reciprocal table again
notaz [Sun, 21 Oct 2012 17:06:51 +0000 (20:06 +0300)]
psx_gpu: change reciprocal table again

otherwise something overflows somewhere and causes num_block overflow.
Also added debug code to cache that issue early.

11 years agopsx_gpu: consolidate C code, implement exnhancement asm
notaz [Sat, 20 Oct 2012 23:42:03 +0000 (02:42 +0300)]
psx_gpu: consolidate C code, implement exnhancement asm

11 years agopsx_gpu: 2x sprite fixes and integration
notaz [Sat, 13 Oct 2012 20:05:42 +0000 (23:05 +0300)]
psx_gpu: 2x sprite fixes and integration

11 years agopsx_gpu: 2x sprite renderer
Exophase [Sat, 13 Oct 2012 19:50:43 +0000 (22:50 +0300)]
psx_gpu: 2x sprite renderer

11 years agofrontend: pandora: update run script
notaz [Sat, 22 Sep 2012 16:32:10 +0000 (19:32 +0300)]
frontend: pandora: update run script

11 years agovarious enhancement tweaks
notaz [Sun, 26 Aug 2012 23:04:01 +0000 (02:04 +0300)]
various enhancement tweaks

11 years agouse plat_mmap for RAM too
notaz [Mon, 20 Aug 2012 23:04:46 +0000 (02:04 +0300)]
use plat_mmap for RAM too

11 years agostart mmap'ing vram, with hugetlb if possible
notaz [Sun, 19 Aug 2012 19:39:49 +0000 (22:39 +0300)]
start mmap'ing vram, with hugetlb if possible

11 years agopsx_gpu: start handling vram loads/moves for enhancement
notaz [Sat, 18 Aug 2012 21:37:50 +0000 (00:37 +0300)]
psx_gpu: start handling vram loads/moves for enhancement

11 years agopsx_gpu: do enhanced lines
notaz [Sat, 18 Aug 2012 15:25:12 +0000 (18:25 +0300)]
psx_gpu: do enhanced lines

11 years agopsx_gpu: switch to 1024 width again.
notaz [Fri, 17 Aug 2012 23:37:49 +0000 (02:37 +0300)]
psx_gpu: switch to 1024 width again.

11 years agofrontend: omap; increase vram allocation
notaz [Fri, 17 Aug 2012 22:39:37 +0000 (01:39 +0300)]
frontend: omap; increase vram allocation

11 years agopsx_gpu: use different uvrgb phase for enhancement
notaz [Wed, 15 Aug 2012 20:52:38 +0000 (23:52 +0300)]
psx_gpu: use different uvrgb phase for enhancement

11 years agopsx_gpu: do enhaced sprites with triangles
notaz [Wed, 15 Aug 2012 16:35:52 +0000 (19:35 +0300)]
psx_gpu: do enhaced sprites with triangles

11 years agopsx_gpu: move masking to set_texture
notaz [Wed, 15 Aug 2012 16:39:48 +0000 (19:39 +0300)]
psx_gpu: move masking to set_texture

11 years agopsx_gpu: switch enhancement to 2048 width
notaz [Sun, 12 Aug 2012 23:53:21 +0000 (02:53 +0300)]
psx_gpu: switch enhancement to 2048 width

otherwise games that position framebuffers horizontally corrupt the
display.

11 years agopsx_gpu: add enhanced triangle rendering
notaz [Sun, 12 Aug 2012 21:03:43 +0000 (00:03 +0300)]
psx_gpu: add enhanced triangle rendering

11 years agofrontend: add renderer toggle option
notaz [Wed, 15 Aug 2012 18:52:52 +0000 (21:52 +0300)]
frontend: add renderer toggle option

11 years agoadd support for software-enhanced rendering
notaz [Sun, 12 Aug 2012 21:02:23 +0000 (00:02 +0300)]
add support for software-enhanced rendering

11 years agopsx_gpu: add a tool to generate asm offsets
notaz [Sat, 11 Aug 2012 15:34:13 +0000 (18:34 +0300)]
psx_gpu: add a tool to generate asm offsets

11 years agopsx_gpu: increase reciprocal accuracy
Exophase [Sun, 7 Oct 2012 17:13:22 +0000 (20:13 +0300)]
psx_gpu: increase reciprocal accuracy

fixes 448 height issue

11 years agopsx_gpu: more limit checking
notaz [Sun, 7 Oct 2012 16:34:51 +0000 (19:34 +0300)]
psx_gpu: more limit checking

11 years agopsx_gpu: standalone test build + tweaks
notaz [Sat, 6 Oct 2012 20:36:06 +0000 (23:36 +0300)]
psx_gpu: standalone test build + tweaks

11 years agosilence some 64bit related warnings
notaz [Wed, 12 Sep 2012 23:43:13 +0000 (02:43 +0300)]
silence some 64bit related warnings

still need to fix savestate compat

11 years agofrontend: readpng: fix width/height confusion
notaz [Wed, 12 Sep 2012 23:33:26 +0000 (02:33 +0300)]
frontend: readpng: fix width/height confusion

11 years agoMerge branch 'libretro'
notaz [Wed, 12 Sep 2012 23:17:48 +0000 (02:17 +0300)]
Merge branch 'libretro'

11 years agoFix build for libretro.
Themaister [Mon, 10 Sep 2012 07:11:27 +0000 (09:11 +0200)]
Fix build for libretro.

11 years agofrontend: move layer size code
notaz [Wed, 15 Aug 2012 18:51:05 +0000 (21:51 +0300)]
frontend: move layer size code

also fix broken layer height limiting

11 years agofrontend: omap: do centering on large resolutions
notaz [Wed, 15 Aug 2012 20:11:47 +0000 (23:11 +0300)]
frontend: omap: do centering on large resolutions

11 years agofrontend: save last cdimg on successful select
notaz [Wed, 15 Aug 2012 20:09:23 +0000 (23:09 +0300)]
frontend: save last cdimg on successful select

otherwise it's wont save after crash, which can still happen

11 years agoconfigure: various fixes
notaz [Sat, 4 Aug 2012 17:53:40 +0000 (20:53 +0300)]
configure: various fixes

11 years agoconfigure: fix mfloat-abi detection
notaz [Sat, 4 Aug 2012 17:52:45 +0000 (20:52 +0300)]
configure: fix mfloat-abi detection

11 years agolibretro: fix bytes/pixels confusion
notaz [Sat, 4 Aug 2012 15:50:47 +0000 (18:50 +0300)]
libretro: fix bytes/pixels confusion

11 years agoconfigure: fix some ordering issues
notaz [Thu, 2 Aug 2012 22:38:51 +0000 (01:38 +0300)]
configure: fix some ordering issues

11 years agofrontend/pollux: wiz: move tables to upper memory to free some RAM
notaz [Thu, 2 Aug 2012 21:43:56 +0000 (00:43 +0300)]
frontend/pollux: wiz: move tables to upper memory to free some RAM

11 years agorelease r15 r15
notaz [Wed, 1 Aug 2012 22:33:02 +0000 (01:33 +0300)]
release r15

11 years agogpu_unai: merge Franxis' range fix
notaz [Wed, 1 Aug 2012 22:30:57 +0000 (01:30 +0300)]
gpu_unai: merge Franxis' range fix

11 years agofrontend/pollux: care about bpp when calculating offset
notaz [Tue, 31 Jul 2012 23:16:57 +0000 (02:16 +0300)]
frontend/pollux: care about bpp when calculating offset

11 years agogpulib: don't lose a fill in frameskip mode
notaz [Tue, 31 Jul 2012 23:01:48 +0000 (02:01 +0300)]
gpulib: don't lose a fill in frameskip mode

..if it's done just before flip

11 years agofrontend: track output and psx sizes separately
notaz [Tue, 31 Jul 2012 22:59:38 +0000 (01:59 +0300)]
frontend: track output and psx sizes separately

output layer and psx resolutions don't have to match,
like it is on Caanoo.

11 years agoallow multiple sound drivers to be compiled
notaz [Mon, 30 Jul 2012 18:29:29 +0000 (21:29 +0300)]
allow multiple sound drivers to be compiled

11 years agospu: some cleanups
notaz [Mon, 30 Jul 2012 13:27:32 +0000 (16:27 +0300)]
spu: some cleanups

11 years agofrontend: improve minimize handling
notaz [Mon, 30 Jul 2012 12:49:21 +0000 (15:49 +0300)]
frontend: improve minimize handling

11 years agosupport sdl audio
notaz [Sun, 29 Jul 2012 21:37:24 +0000 (00:37 +0300)]
support sdl audio

11 years agofix maemo build
notaz [Sun, 29 Jul 2012 21:30:11 +0000 (00:30 +0300)]
fix maemo build

11 years agofix various fPIC issues
notaz [Sun, 29 Jul 2012 17:47:10 +0000 (20:47 +0300)]
fix various fPIC issues

11 years agoselect builtin gpu plugin on configure
notaz [Sun, 29 Jul 2012 17:14:54 +0000 (20:14 +0300)]
select builtin gpu plugin on configure

11 years agofrontend: initial libretro support
notaz [Sun, 29 Jul 2012 00:23:29 +0000 (03:23 +0300)]
frontend: initial libretro support

..and some refactoring

11 years agoarm: automatically disable thumb
notaz [Mon, 23 Jul 2012 23:51:43 +0000 (02:51 +0300)]
arm: automatically disable thumb

recompiler can't handle it

11 years agofrontend: in_sdl: preliminary joystick support
notaz [Mon, 23 Jul 2012 23:42:24 +0000 (02:42 +0300)]
frontend: in_sdl: preliminary joystick support

11 years agofrontend: always save last cdimgpath
notaz [Sun, 22 Jul 2012 21:44:32 +0000 (00:44 +0300)]
frontend: always save last cdimgpath

11 years agocheat: add some undo logic
notaz [Sun, 22 Jul 2012 21:29:46 +0000 (00:29 +0300)]
cheat: add some undo logic