The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.27 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



EmuNewz Network
RPCS3 FAQ - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: Official Boards for Emunews Affiliated Emu Projects (https://www.emunewz.net/forum/forumdisplay.php?fid=47)
+--- Forum: Official RPCS3 Forum [archive] (https://www.emunewz.net/forum/forumdisplay.php?fid=172)
+---- Forum: RPCS3 - General Discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=164)
+---- Thread: RPCS3 FAQ (/showthread.php?tid=61854)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24


RE: RPCS3 FAQ - Dante38490 - 07-08-2013

(07-08-2013, 12:17 AM)Gundark Wrote: Try run it as administrator. It worked for me.

I already try everything, compatibility, administrator etc ... but there is nothing that is working, that must be generated with VS 2012

Nobody has a gift idea? Of why it does not work anymore since the x64 switch to VS 2012?


RE: RPCS3 FAQ - Ekaseo - 07-12-2013

i have tested the newest build and now even tetris runs on 1 fps... soooo... WTF?


RE: RPCS3 FAQ - BlackDaemon - 07-12-2013

Ekaseo, it's build from "work in progress" branch, remember? Wink It seems, that DH have enabled some debugging info output in log, which cause such slowness.


RE: RPCS3 FAQ - Ekaseo - 07-12-2013

oooooh? so thats what wip means, at least it makes sense now Undecided


RE: RPCS3 FAQ - Dante38490 - 08-03-2013

I tested the latest version of git branch wip added:
- Implemented HDD manager.
- Implemented VFS manager.
- Implemented MFC.
- Fixed ELF Compiler.
- Improved HLE Func binder.
But rpcs3-x64 still does not launch on Windows 8: (


RE: RPCS3 FAQ - Ekaseo - 08-25-2013

i have a question... will the ps3 firmware be emulated or downloaded and implemented somehow


RE: RPCS3 FAQ - Zekro - 08-25-2013

I think they'll do the same as in jpcsp so it wouldn't be so much work


RE: RPCS3 FAQ - BlackDaemon - 08-25-2013

AlexAltea, i asked DH, if you interested to help
(translated from Russian)
Quote:you could help by implementing more modules. in rpcs3 module is independant, it could be not related with another components. template of module
Code:
#include "stdafx.h"
#include "Emu/SysCalls/SysCalls.h"
#include "Emu/SysCalls/SC_FUNC.h"

void ##ModuleName##_init();
Module ##ModuleName##(##ModuleID##, ##ModuleName##_init);

...

void ##ModuleName##_init()
{
...
}
path to modules Emu\SysCalls\Modules\
list of modules Emu\SysCalls\Modules.cpp



RE: RPCS3 FAQ - Ekaseo - 08-26-2013

can some1 tell me (in detail if possible) how to build rpcs3, i have visual studio 2012 and codeblocks


RE: RPCS3 FAQ - Gundark - 08-26-2013

+1 that would be awesome.