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


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 1160 1161 1162 1163 1164 ... 1198 Next »

Technical question for devs
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Technical question for devs
08-15-2009, 03:21 PM
#7
omegadox Offline
Senior Member
****
Posts: 401
Threads: 17
Joined: Mar 2009
just look in pluginspecs_dsp.h, it has something called "DSPInitialize", this struct we send to the plugin contains a bunch of pointers that all point to something in the core, you would access the pointer in the plugin to get the value from the core, but for something FPS, that will be updated constantly by the CPU, if the DSP runs on its own thread and you when you read it, you need to yield the CPU thread and get the value, then do w/e, after you finished using the variable, CPU thread can resume. This way you get every FPS read change.
:: System Specs ::
Operating System: Windows 7 Professional x64
Video Card: ATI Radeon HD 5770
CPU: AMD Phenom I X4 9550
RAM: 6GB DDR2
EXP Index: 999999.999999
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Technical question for devs - Unknownforce - 08-14-2009, 02:40 AM
RE: Technical question for devs - Unknownforce - 08-15-2009, 02:23 AM
RE: Technical question for devs - Runo - 08-15-2009, 03:04 AM
RE: Technical question for devs - omegadox - 08-15-2009, 07:33 AM
RE: Technical question for devs - mudlord - 08-15-2009, 10:17 AM
RE: Technical question for devs - Unknownforce - 08-15-2009, 11:34 AM
RE: Technical question for devs - omegadox - 08-15-2009, 03:21 PM

  • 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