-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Several fixes and improvements do NGC and Wii (#13698)
* Support new elf2dol path in Makefile.griffin * Fix NULL pointer dereference when no core info is available * Fix double include of different versions of libogc * Move ngc and wii to Makefile.common Resulting binary is 60K *smaller*. This is surprising but probably due to less inlining happening * gx_gfx: Fix hang on gfx initialization * Remove sthread_isself on NGC/Wii It relies on pthread_equal that is not there for either legacy pthreads or normal pthreads on those platforms * Wii networking * Missing includes in split * Network fixes * Fix logging of non-format string as a format * Support for gx netlogger * Network fix * Network fixes * Network info * gx: Move config files to app directory Otherwise it clashes between wiiU and vWii version with unpredictable effects
- Loading branch information
Showing
18 changed files
with
170 additions
and
276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.