GithubHelp home page GithubHelp logo

takarikka / dolsdk2004 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from doldecomp/dolsdk2004

0.0 0.0 0.0 240 KB

A decompilation of the 4-20-2004 version of the Dolphin SDK Libraries.

Python 18.06% C 20.06% Makefile 61.88%

dolsdk2004's Introduction

Dolphin SDK 2004 Libraries

Decompilation of the archive library files of the 4/20/2004 version of the Dolphin SDK. This repository does not provide a complete copy of that version of the SDK. This repo is focusing on the built code libraries within this version and is not a complete replacement.

Compatibility

Currently this repository supports building the following libraries:

✔️ = 100% Complete ⚠️ = In Progress, at least 1 or more files done. ❌ = No code yet

Library Name Progress
ai
am
amcnotstub ✔️
amcstubs
ar
ax
axart
axfx
base
card
db
demo
dsp
dtk
dvd
exi
fileCache
G2D
gd
gx
hio
mcc
mix
mtx
odemustubs
odenotstub
os
pad
perf
seq
si
sp
support
syn
texPalette
vi

Preparation

After cloning the repo, you can copy your copies of the .a files to baserom/ and run make extract to disassemble these files to source files with DTK.

The build process requires the following packages:

  • build-essential
  • binutils-powerpc-linux-gnu

Under Debian / Ubunutu you can install them with the following commands:

sudo apt update
sudo apt install build-essential

If building any Dolphin SDK Libraries you can install binutils-powerpc-linux-gnu with:

sudo apt install binutils-powerpc-linux-gnu

Running make will then setup DTK if necessary and build all supported libraries.

dolsdk2004's People

Contributors

revosucks avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.