• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 35 36 37 38 39 ... 116 Next »

'Skip EFB Access from CPU' Hotkey
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
'Skip EFB Access from CPU' Hotkey
03-03-2015, 01:41 PM
#1
Caru
Unregistered
 
Star 
EFB Access from CPU can kill the speed of Dolphin (for those without a top CPU), but it's necessary for some features.
It would be perfect if we could enable it where it's needed and disable where it's not with the press of a button.
As far as I know the Development Team don't want to include (are against) a "Skip EFB Access from CPU' hotkey in Dolphin.
So I want to include it in a version of Dolphin for myself, but my programing skills are too weak.
I tried to find where to include it in the source code with no success.
Can anyone tell me where to include it? How to implement it? It seems not to be that hard. Add about five lines to the code?

Thanks.
Reply
03-03-2015, 03:59 PM
#2
Link_to_the_past Offline
Link on steroids really
*******
Posts: 1,767
Threads: 17
Joined: Feb 2010
Do you want it for mario galaxy?You dont exactly need a top of the line cpu using the latest dev and hle audio.Also don't use more than 3x internal resolution with that gpu,even a 560 ti will drp some frames in this game at 3x. And try using open gl.
Find
Reply
03-03-2015, 04:14 PM
#3
F3TiSH Offline
Junior Member
**
Posts: 19
Threads: 0
Joined: Feb 2015
(03-03-2015, 03:59 PM)Link_to_the_past Wrote: Do you want it for mario galaxy?You dont exactly need a top of the line cpu using the latest dev and hle audio.Also don't use more than 3x internal resolution with that gpu,even a 560 ti will drp some frames in this game at 3x. And try using open gl.

In SMG is it really gpu releated when framerate drops at higher res wile gpu usage is not even close to max ? Wouldn't better gpu do same exact thing ?
Find
Reply
03-03-2015, 04:39 PM
#4
JMC47 Offline
Content Producer
*******
Content Creators (Moderators)
Posts: 6,542
Threads: 29
Joined: Feb 2013
GPU <-> CPU communication is the holdup in a lot of games. Super Mario Galaxy seems to slam GPUS with something, but I'm not exactly sure what.
Find
Reply
03-03-2015, 04:53 PM
#5
degasus Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 1,827
Threads: 10
Joined: May 2012
https://github.com/dolphin-emu/dolphin/blob/master/Source/Core/DolphinWX/HotkeyDlg.cpp#L188
https://github.com/dolphin-emu/dolphin/blob/master/Source/Core/Core/ConfigManager.cpp#L16
Find
Reply
03-03-2015, 11:52 PM (This post was last modified: 03-04-2015, 12:00 AM by kirbypuff.)
#6
kirbypuff Offline
The Original White Marshmallow
*****
Posts: 825
Threads: 37
Joined: Aug 2010
(03-03-2015, 01:41 PM)Caru Wrote: 'Skip EFB Access from CPU' Hotkey
----------------------------------------------
It would be perfect if we could enable EFB Access from CPU where it's needed and disable where it's not with the press of a button.
But the Development Team doesn't want to include such a hotkey in Dolphin.

Sounds like a nice feature for Tino's unofficial Ishiiruka build.
Find
Reply
03-04-2015, 03:58 AM
#7
Shonumi Offline
Linux User/Tester
**********
Administrators
Posts: 6,502
Threads: 55
Joined: Dec 2011
Caru Wrote:As far as I know the Development Team don't want to include (are against) a "Skip EFB Access from CPU' hotkey in Dolphin.

There's a difference between "have not done yet" and "do not want to do ever". It shouldn't be too much of an issue to code, but it easily be the case that the devs have just worked on more interesting things. Hotkeys are not exactly everyone's priority one.
Website Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 2 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode