This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libseven: expect breakage! huge 0.10.0 cleanup
- renamed svc module to bios - renamed biosDiv to biosDivMod, added regular biosDiv function - removed biosCpuSetFixed and biosCpuFastSetFixed - removed biosIntrWaitEx - removed bmp module - removed include/seven/asm - simplified base headers - added seven/hw/bios/memory.h and seven/hw/bios/reset.h to prelude - added _LIBSEVEN_NOCOMPATIBLE checks to reduce base header bloat
- Loading branch information
1 parent
dcb4a17
commit 0aef643
Showing
44 changed files
with
335 additions
and
1,205 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,6 @@ int main(void) | |
while (1) | ||
{ | ||
// Wait for V-sync | ||
svcVBlankIntrWait(); | ||
biosVBlankIntrWait(); | ||
} | ||
} |
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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.