Xeeynamo / Xeeynamo/psyz

Rayman 1 PC port

Open
#38 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
85
Forks
8
Avg merge
1d 1h
Merged PRs (30d)
20

Description

List of missing APIs for Rayman 1

libapi

  • EnableEvent
  • EnterCriticalSection
  • ExitCriticalSection
  • StartPAD
  • _96_remove
  • ReadInitPadFlag
  • ChangeClearPAD
  • _card_auto
  • _card_info
  • _card_load
  • InitCARD2
  • StartCARD2

libetc

  • ResetCallback

libcd

  • CD_sync
  • CdlSetmode
    • CdlModeAP
    • CdlModeRept
  • CD_vol
  • CdInit

libspu

  • SpuIsInAllocateArea - #65
  • SpuSetCommonAttr - implemented in #39
  • SpuSetReverbModeParam - implemented in #129
  • _SpuInit - implemented in #39
  • _spu_init - #63
  • _spu_FsetRXX - #63
  • _spu_FiDMA - #65
  • SpuSetTransferStartAddr - #63
  • SpuWrite - #52

libsnd

  • _SsInit
  • _SsVmInit
  • SpuIsInAllocateArea
  • _SsStart
  • _SsVmVSetUp - 0d32287b2b2cf22f889e9742610b528c1d517954
  • SsUtSetVVol - #66
  • _SsVmSetSeqVol - #66
  • _SsVmFlush
  • Snd_SetPlayMode - #66
  • _SsVmSeqKeyOff
  • _SsInitSoundSep - #66
  • SsSeqCalledTbyT
  • SsSetMVol
  • SsStart
  • SsVabTransCompleted
  • SsVabTransBody
  • SsVabClose
  • SsUtKeyOn
  • SsUtAllKeyOff
  • _SsReadDeltaValue
  • _SsInitSoundSep
  • _SsVmAlloc
  • _SsVmDoAllocate
  • _SsVmSetSeqVol

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue provides only a checklist of missing APIs grouped under libapi, libetc, libcd, libspu, and libsnd; it names no source files or tests. Start by selecting one unchecked API and locating its corresponding library entry point, then implement and verify that API for the Rayman 1 port before updating the checklist.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
game-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.