Dolphin, the GameCube and Wii emulator - Forums

Full Version: dolphin game?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

xxteknolustxx

can someone point me in right direction of how gamecube emulation really works better yet..

where in source where the dvd discs filetypes are handled

I've worked with nes emulators, where you load the rom into memory using like an array, but obviously nes!= gamecube

Just trying to get a firm foundation of the structure before I begin any TODO's

1st post, pack it upppp
This should help you get started

http://code.google.com/p/dolphin-emu/w/list

Enjoy
The Gamecube uses the DVD Interface (DI) in order to get data from the disc
http://code.google.com/p/dolphin-emu/sou...erface.cpp

Here you can find all the code used to parse and interface with different types of game data sources:
http://code.google.com/p/dolphin-emu/sou...DiscIO/Src

xxteknolustxx

thnkz guys Big Grin

much appreciative