Source code checked in, #69e178589897f8f89cf52812537935134ed14fe4
Merge branch 'overflowfixes' of https://git01.codeplex.com/forks/jem256/pcsxr into Jem256/pcsxr
View ArticleNew Post: trouble with fps on pcsxr-current
Hello Edgbla, I think there may be something wrong with the cmake build. The problem i'm having is that the fps keeps going to 500fps even with the fps lock at 60. The autodect also has the same problem.
View ArticleClosed Unassigned: Code Mistake in SWAP functions [12409]
There are some coding errors in the SWAP functions for big endian (libpcsxcore/psxmem.h). There are some ADD's rather than OR's. which can affect performance depending on the processor (AND's may need...
View ArticleClosed Unassigned: Missing includes [12408]
When compiling 1.9.93 for Linux, I got an error saying:GtkGui.c:873:2: error: implicit declaration of function 'LidInterrupt' [-Werror=implicit-function-declaration]It seems that GtkGui.c doesn't...
View ArticleClosed Unassigned: GTK_STOCK is deprecated [12407]
GTK_STOCK is deprecated, so I made a patch to fix it.Unfortunately the patch is incomplete, as the button names should really be localized.I'm not sure if there's a better solution.Comments: FIxed.
View ArticleClosed Unassigned: Assertion failure in ix86-64.c with Linux >=4.1.0 [12230]
On x86-64 when running under Linux kernel 4.1.0 or later, pcsxr crashes on startup with an assertion failure in ix86-64.c, e.g.```$ pcsxr -nogui -cdfile ROMs/Xenogears/Xenogears\ \(disc\ 1\).bin pcsxr:...
View ArticleNew Post: Segfault Xvideo Dino Crisis 2 pcsxr-18FEB2018
Hello Everyone, I keep getting a segfault when using xvideo with Dino Crisis 2 while walking around. Here is a bt.http://pastebin.com/uwNkP8tW
View ArticleSource code checked in, #6484236cb0281e8040ff6c8078c87899a3407534
cdriso uncompress2 fix (mgorny);
View ArticleNew Post: Segfault Xvideo Dino Crisis 2 pcsxr-18FEB2017
Hello Edgbla, With the memory card it segfaults as some as i try to load the game. Memory Card.https://www.sendspace.com/file/hvuzvc Fixed. lol:)
View ArticleNew Post: Segfault Xvideo Dino Crisis 2 pcsxr-18FEB2017
https://www.youtube.com/watch?v=lbtU8U4dJbY
View ArticleNew Post: Segfault Xvideo Dino Crisis 2 pcsxr-18FEB2017
Hello Edgbla, I saw the video. I was using the HLE-Bios so i switched to the psxbios. As soon as the psx bios runs it segfaults. I compiled pcsxr with cmake 3.7.2 cmake . make What were your configure...
View ArticleNew Post: Segfault Xvideo Dino Crisis 2 pcsxr-18FEB2017
Hello Edgbla, I tried both the sdl and openal sound plugins. Also i want to mention that the game loads up fine if i change to the opengl video plugin.
View ArticleNew Post: Segfault Xvideo Dino Crisis 2 pcsxr-18FEB2017
I don't know. Damaged bios file? Damaged cd image?
View Article