EmuNewz Network
JPCSP and Intel HD 3000 - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191)
+--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51)
+---- Forum: General discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=57)
+---- Thread: JPCSP and Intel HD 3000 (/showthread.php?tid=116341)



JPCSP and Intel HD 3000 - Arill - 01-03-2013

Hello there,

I found this great emulator and I can perfectly run games and yes, it's pretty much playable, with sound and everything. However, I'm having HUGE graphical issues (i.e. in the game Project Diva 2nd, only the head and hands of the models would appear, effects become black and flashing animations) and everything works well if I disable "Use shaders", but then the game becomes really slow. I tested on a friend's computer the same everything, except the graphics adapter, and on his it works fine, with no glitches at all.
Also, when I turn on Disable UBO, the screen changes it's color between black and white, but sound still play. What can I do to solve this issue?

Thanks in advance.


RE: JPCSP and Intel HD 3000 - Darth1701 - 01-03-2013

Unfortunately, these errors are known. See here:
http://www.emunewz.net/forum/showthread.php?tid=108879

gid15 found out the problems are related to bugs in the driver. I assume OpenGL is not a priority for Intel. You can only hope for new drivers.

BTW, commenting out the 2nd SetUniform Override showed a picture for me, but it was not faster with shaders as it was without shaders.


RE: JPCSP and Intel HD 3000 - hyakki - 01-03-2013

yeah unfortunately Intel OpenGL support is pretty lacking and is probably worse then ATI
you can see supported extensions here for each driver version and manufacturer, these will vary slightly depending on video card model.
http://www.geeks3d.com/opengl-extensions/

so always make sure to use the latest driver as it could add more support.


RE: JPCSP and Intel HD 3000 - Arill - 01-03-2013

Thanks both of you for the replies.
Darth1701, I changed the lines but now the emulator won't even boot hahah. I'm sure I did it wrong. I also noticed that the command prompt window don't print anything before the changes.
So, is there any way to fix these issues?


RE: JPCSP and Intel HD 3000 - Darth1701 - 01-03-2013

Just delete lines 355 through 363 in the StateProxy.java file and recompile. It should work. Try also to disable UBO when running games, somehow JPCSP doesn't detect Intel graphics doesn't support these.

As for a real solution: I think only Intel can provided a new & better driver. Sad


RE: JPCSP and Intel HD 3000 - Arill - 01-03-2013

I'll try it. Any progress noticed I'll post here. Thanks in advance


RE: JPCSP and Intel HD 3000 - Arill - 01-03-2013

Sorry, but could I ask for a how to? I don't even know how to edit these lines...

@Edit:
I did as you said, and the graphics aren't glitched as they where before Big Grin
Thank you. But the models still only show head and hands unless I disable Use shaders. Is there any fix to this?


RE: JPCSP and Intel HD 3000 - Darth1701 - 01-04-2013

(01-03-2013, 09:18 PM)Arill Wrote: Sorry, but could I ask for a how to? I don't even know how to edit these lines...

@Edit:
I did as you said, and the graphics aren't glitched as they where before Big Grin
Thank you. But the models still only show head and hands unless I disable Use shaders. Is there any fix to this?

I'm afraid I can't help you there. Maybe gid15 can help in creating some workaround but he is currently on vacation.