Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EE SIO Support #164

Closed
wants to merge 3 commits into from
Closed

EE SIO Support #164

wants to merge 3 commits into from

Commits on Sep 4, 2022

  1. Unit tests support and code split (h4570#145)

    * create x86 dockerfile
    
    * remove tamtypes.h dependency
    
    * fix copyright
    
    * warning fix
    
    * move code to shared/
    
    * shared and ps2 compilation
    
    * add run-tests action
    
    * tests check
    
    * tests check
    
    * tests check
    
    * tests check
    
    * tests check
    
    * tests check
    
    * tests check
    
    * tests check
    
    * tests check
    
    * tests check
    
    * tests check
    
    * tests check
    
    * tests check
    
    * tests check
    
    * codacy fixes
    
    * fix codacy error
    h4570 authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    53d566a View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Enhanced IRX loader conditions

    An error happened if either IRX ID is less than 0 (error reported by MODLOAD itself, eg: missing IRX dependency), or if return value is 1 (aka: module returned NO_RESIDENT_END, aka: module willingly asked to be removed from RAM )
    israpps authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    1cb7fb0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Wolf3s#17 from israpps/patch-1

    Enhanced IRX loader conditions
    Wolf3s authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    5d3a70d View commit details
    Browse the repository at this point in the history