(03-11-2014, 10:25 PM)rafaPS360gamer Wrote: [ -> ]Still couldnt get nothing to run..
Anyways tomorrow i'll try it in another PC.
Thanks for the help!
The easiest way when the renaming trick doesn't work would be disabling the iGPU in your BIOS and you'll be able to run RPCS3 on the Radeon GPU. Yes, it will dry out your battery much faster, but that's what a wall energy socket is good for. Also, a laptop is not the suitable for such tasks like this.
I get this when I try to open the project in visual studio to compile it. Am I doing something wrong? D:
[Image: 7t4vM.png]
(03-12-2014, 10:25 PM)twdarkeh Wrote: [ -> ]I get this when I try to open the project in visual studio to compile it. Am I doing something wrong? D:
[Image: 7t4vM.png]
Probably didnt include the openal and wxwidgets stuff. Get that as well from github.
(03-11-2014, 11:37 PM)Cole Roddy Wrote: [ -> ] (03-11-2014, 10:25 PM)rafaPS360gamer Wrote: [ -> ]Still couldnt get nothing to run..
Anyways tomorrow i'll try it in another PC.
Thanks for the help!
The easiest way when the renaming trick doesn't work would be disabling the iGPU in your BIOS and you'll be able to run RPCS3 on the Radeon GPU. Yes, it will dry out your battery much faster, but that's what a wall energy socket is good for. Also, a laptop is not the suitable for such tasks like this.
Note that the option to disable the igpu from BIOS is very rare on laptops. For instance, I don't even think it possible at all on recent nvidia optimus implementations.
Thanks! That got it to open properly, but it's still not compiling. Think I'm missing a few bits:
Error 14 error C1083: Cannot open include file: 'libavcodec/avcodec.h': No such file or directory
And then a ton of warnings.
(03-13-2014, 12:51 AM)AlexAltea Wrote: [ -> ] (03-12-2014, 11:55 PM)twdarkeh Wrote: [ -> ]Thanks! That got it to open properly, but it's still not compiling. Think I'm missing a few bits:
Error 14 error C1083: Cannot open include file: 'libavcodec/avcodec.h': No such file or directory
And then a ton of warnings.
Unpack https://github.com/hrydgard/ppsspp-ffmpe...e42bb6.zip in /ffmpeg/
Aha! It works now! Now to just figure out how to get the necessary files off my PS3 without bricking it.
(am still new to all of this, but am a programming student, and figure that playing around with this could be educational)
(03-12-2014, 11:18 PM)ssshadow Wrote: [ -> ] (03-12-2014, 10:25 PM)twdarkeh Wrote: [ -> ]I get this when I try to open the project in visual studio to compile it. Am I doing something wrong? D:
[Image: 7t4vM.png]
Probably didnt include the openal and wxwidgets stuff. Get that as well from github.
(03-11-2014, 11:37 PM)Cole Roddy Wrote: [ -> ] (03-11-2014, 10:25 PM)rafaPS360gamer Wrote: [ -> ]Still couldnt get nothing to run..
Anyways tomorrow i'll try it in another PC.
Thanks for the help!
The easiest way when the renaming trick doesn't work would be disabling the iGPU in your BIOS and you'll be able to run RPCS3 on the Radeon GPU. Yes, it will dry out your battery much faster, but that's what a wall energy socket is good for. Also, a laptop is not the suitable for such tasks like this.
Note that the option to disable the igpu from BIOS is very rare on laptops. For instance, I don't even think it possible at all on recent nvidia optimus implementations.
Sorry. I didn't know about that. Thanks for clarifying.