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


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Hardware v
« Previous 1 ... 121 122 123 124 125 ... 189 Next »

Is my PC enough to run games a 1024x786 fullscreen?
View New Posts | View Today's Posts

Pages (3): « Previous 1 2 3 Next »
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Is my PC enough to run games a 1024x786 fullscreen?
12-05-2012, 03:32 AM
#11
LordVador Offline
Christmas Vader
*******
Posts: 8,851
Threads: 1,908
Joined: Mar 2011
(12-05-2012, 03:04 AM)riahc3 Wrote: Do I have enough to play GC games?

Depends on the games. Which ones do you plan to play?
[color=#ff0000][color=#006600]i5 3570K @ 4.5GHz/GTX 660 Ti/RAM 4GB/Win7 x64[/color][/color]
Find
Reply
12-05-2012, 05:01 AM
#12
riahc3 Offline
Junior Member
**
Posts: 9
Threads: 1
Joined: Dec 2012
(12-05-2012, 03:26 AM)AnyOldName3 Wrote: GC and Wii games are similar in demand on the emulator, and both have a large range. Some games won't run on any hardware at a playable speed (anything that requires interpreter) and some will run even on weak systems. You'll have to tell us a specific game.

No, you can't use OpenCL or CUDA to decrease CPU load, firstly because it would be a lot of work for the devs to make it possible, and secondly because it would make it incredibly hard to sync different threads if they were that far from each other.

(12-05-2012, 03:32 AM)LordVador Wrote:
(12-05-2012, 03:04 AM)riahc3 Wrote: Do I have enough to play GC games?

Depends on the games. Which ones do you plan to play?


Super Smash Smile

BTW, thank you for being so helpful and quick. A lot of forums tend to be full of assholes..... So thank you very much Smile
Find
Reply
12-05-2012, 05:12 AM (This post was last modified: 12-05-2012, 05:13 AM by LordVador.)
#13
LordVador Offline
Christmas Vader
*******
Posts: 8,851
Threads: 1,908
Joined: Mar 2011
(12-05-2012, 05:01 AM)riahc3 Wrote: Super Smash Smile

I guess this isn't the only game you wanna play Big Grin .
But yeah SSBM should work fine



(12-05-2012, 05:01 AM)riahc3 Wrote: BTW, thank you for being so helpful and quick. A lot of forums tend to be full of assholes..... So thank you very much Smile

Yeah this forum is the best one Tongue
[color=#ff0000][color=#006600]i5 3570K @ 4.5GHz/GTX 660 Ti/RAM 4GB/Win7 x64[/color][/color]
Find
Reply
12-05-2012, 05:15 AM
#14
riahc3 Offline
Junior Member
**
Posts: 9
Threads: 1
Joined: Dec 2012
Tried the GC's Super Smash and its a BIT laggy but playable....How can I get that extra squeeze out of it?
Find
Reply
12-05-2012, 05:22 AM
#15
LordVador Offline
Christmas Vader
*******
Posts: 8,851
Threads: 1,908
Joined: Mar 2011
(12-05-2012, 05:15 AM)riahc3 Wrote: Tried the GC's Super Smash and its a BIT laggy but playable....How can I get that extra squeeze out of it?

Use these settings http://forums.dolphin-emu.org/Thread-settings-for-best-speed-unofficial
If this isn't enough you're just facing to your system limits then there's nothing you can do (if the overclock option has already been used)
[color=#ff0000][color=#006600]i5 3570K @ 4.5GHz/GTX 660 Ti/RAM 4GB/Win7 x64[/color][/color]
Find
Reply
12-05-2012, 08:57 AM
#16
NaturalViolence Offline
It's not that I hate people, I just hate stupid people
*******
Posts: 9,013
Threads: 24
Joined: Oct 2009
Quote:No, you can't use OpenCL or CUDA to decrease CPU load, firstly because it would be a lot of work for the devs to make it possible, and secondly because it would make it incredibly hard to sync different threads if they were that far from each other.

I.....wait what? That makes no sense.
"Normally if given a choice between doing something and nothing, I’d choose to do nothing. But I would do something if it helps someone else do nothing. I’d work all night if it meant nothing got done."  
-Ron Swanson

"I shall be a good politician, even if it kills me. Or if it kills anyone else for that matter. "
-Mark Antony
Website Find
Reply
12-05-2012, 09:12 AM
#17
AnyOldName3 Offline
First Random post over 9000
*******
Posts: 3,535
Threads: 2
Joined: Feb 2012
Just read the 'No' in that case. Basically, he was asking if some load could be shifted to the GPU (like some PC games use CUDA/PhysX/OpenCL to reduce CPU load), and I said that it was not possible. The first reason is that a Dev would have to write it into the source code, and that's extra work for the Devs. The second reason is that it would be hard to sync the stuff on the GPU and the stuff on the CPU, much in the same way that it would be hard to sync everything if an extra core was used, as Dolphin would have to decide which instructions to send to which things, and carry the results to the right place when they were needed, hence a performance decrease (You're unable to multithread code written for one thread).

I think I should have left this at 'No'.
OS: Windows 10 64 bit Professional
CPU: AMD Ryzen 5900X
RAM: 16GB
GPU: Radeon Vega 56
Find
Reply
12-05-2012, 10:47 AM
#18
NaturalViolence Offline
It's not that I hate people, I just hate stupid people
*******
Posts: 9,013
Threads: 24
Joined: Oct 2009
Quote:The second reason is that it would be hard to sync the stuff on the GPU and the stuff on the CPU, much in the same way that it would be hard to sync everything if an extra core was used, as Dolphin would have to decide which instructions to send to which things, and carry the results to the right place when they were needed, hence a performance decrease (You're unable to multithread code written for one thread).

This part makes little sense. CUDA threads are not like windows or posix threads, I'll just leave it at that.

Quote:I think I should have left this at 'No'.

Yes, I think you should have.
"Normally if given a choice between doing something and nothing, I’d choose to do nothing. But I would do something if it helps someone else do nothing. I’d work all night if it meant nothing got done."  
-Ron Swanson

"I shall be a good politician, even if it kills me. Or if it kills anyone else for that matter. "
-Mark Antony
Website Find
Reply
12-10-2012, 12:09 AM
#19
riahc3 Offline
Junior Member
**
Posts: 9
Threads: 1
Joined: Dec 2012
(12-05-2012, 05:12 AM)LordVador Wrote:
(12-05-2012, 05:01 AM)riahc3 Wrote: Super Smash Smile

I guess this isn't the only game you wanna play Big Grin .
But yeah SSBM should work fine



(12-05-2012, 05:01 AM)riahc3 Wrote: BTW, thank you for being so helpful and quick. A lot of forums tend to be full of assholes..... So thank you very much Smile

Yeah this forum is the best one Tongue

(12-05-2012, 05:22 AM)LordVador Wrote:
(12-05-2012, 05:15 AM)riahc3 Wrote: Tried the GC's Super Smash and its a BIT laggy but playable....How can I get that extra squeeze out of it?

Use these settings http://forums.dolphin-emu.org/Thread-settings-for-best-speed-unofficial
If this isn't enough you're just facing to your system limits then there's nothing you can do (if the overclock option has already been used)

THe thing is that those screenshots look NOTHING like my options.

What graphics plugin is used there???
Find
Reply
12-10-2012, 12:19 AM (This post was last modified: 12-10-2012, 12:19 AM by LordVador.)
#20
LordVador Offline
Christmas Vader
*******
Posts: 8,851
Threads: 1,908
Joined: Mar 2011
(12-10-2012, 12:09 AM)riahc3 Wrote: THe thing is that those screenshots look NOTHING like my options.

What graphics plugin is used there???

DX9 since it's the fastest backend.

What revision are you using? Recent builds aren't really different from this. But if you're using an old build it's another story indeed Wink
[color=#ff0000][color=#006600]i5 3570K @ 4.5GHz/GTX 660 Ti/RAM 4GB/Win7 x64[/color][/color]
Find
Reply
« Next Oldest | Next Newest »
Pages (3): « Previous 1 2 3 Next »


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


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode