![]() |
|
dolphin game? - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: dolphin game? (/Thread-dolphin-game) |
dolphin game? - xxteknolustxx - 05-10-2009 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 RE: dolphin game? - envisaged0ne - 05-10-2009 This should help you get started http://code.google.com/p/dolphin-emu/w/list Enjoy RE: dolphin game? - shuffle2 - 05-11-2009 The Gamecube uses the DVD Interface (DI) in order to get data from the disc http://code.google.com/p/dolphin-emu/source/browse/trunk/Source/Core/Core/Src/HW/DVDInterface.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/source/browse/trunk/Source/Core/DiscIO/Src RE: dolphin game? - xxteknolustxx - 05-11-2009 thnkz guys ![]() much appreciative |