Posts: 2,485
Threads: 77
Joined: Dec 2013
Reputation:
32
(04-05-2014, 10:42 PM)MaXiMu Wrote: In recent changes has increased considerably
1280x720
720x480
I'm using
I7-3612QM
8GB DDR3 1600mhz
Intel HD graphics 4000
Windows 8.1 x64 .
Not bad
Is it actually working on the Intel graphics? Thought that was broken... In any case, I think you should be able to get better fps, uncheck write depth/color buffer, select hook static functions, and disable logging. Optionally set sound to null.
Asus N55SF, i7-2670QM (~2,8 ghz under typical load), GeForce GT 555M (only OpenGL)
Posts: 77
Threads: 18
Joined: Mar 2013
Reputation:
-1
i haven't try this homebrew for long long time, but i did run it on latest revision 69ec7a0. Unfortunately it works very strangely, it freezes off during playing, even if fps is quite high. Hexen and heretic doesn't work at all.
Posts: 2,485
Threads: 77
Joined: Dec 2013
Reputation:
32
(05-29-2014, 05:21 AM)metallicafor Wrote: i haven't try this homebrew for long long time, but i did run it on latest revision 69ec7a0. Unfortunately it works very strangely, it freezes off during playing, even if fps is quite high. Hexen and heretic doesn't work at all.
Herectic and Hexen are indeed broken. However this game runs fine for me... You do have logging disabled right? I think the gsframe and and log are on the same thread or something, because they cannot be on at the same time without heavy lag.
Asus N55SF, i7-2670QM (~2,8 ghz under typical load), GeForce GT 555M (only OpenGL)
Posts: 77
Threads: 18
Joined: Mar 2013
Reputation:
-1
05-30-2014, 04:29 PM
(This post was last modified: 05-30-2014, 04:33 PM by metallicafor.)
U were right when u switched of logging it does work pretty well i mean pretty
Unfortunately and i am pretty sure it used run very well before even when logging was switched on. I don't know it might have something to do with amounts of commands going through the console and rpcs3 doest grow in this case. Lately more things has been implemented.
Posts: 107
Threads: 0
Joined: Feb 2014
Reputation:
5
There's a reason why it's gotten slower. The way we did it before was just plain wrong. The Windows UI libraries are written in a way that they tolerate a lot of abuse before crashing. You're not supposed to update it from multiple threads but it won't crash in most instances unless you update the same controls.
Other OSs UI toolkits are a little more sensitive to this and so we had to queue the log message updates onto the message queue for the main thread. The additional locking made the UI a lot less responsive under Windows. We will fix this in the future (probably by not using a listctrl and making MTBuffer version that is an actual ringbuffer instead of a linear buffer with a synchronization point when it reaches the end)
Posts: 2,485
Threads: 77
Joined: Dec 2013
Reputation:
32
We need a frame limiter
Asus N55SF, i7-2670QM (~2,8 ghz under typical load), GeForce GT 555M (only OpenGL)
Posts: 2,485
Threads: 77
Joined: Dec 2013
Reputation:
32
Asus N55SF, i7-2670QM (~2,8 ghz under typical load), GeForce GT 555M (only OpenGL)