bunnei
e0cb85691a
Services: Initialize all state variables at bootup.
11 years ago
purpasmart96
c3a480160e
Services/Loader: Use more sensible log formats for certain functions
along with more info being logged.
11 years ago
purpasmart96
198c0ddc72
Services: Stubs and minor changes
11 years ago
Lioncash
0c6434c379
core: Apply static to local functions
11 years ago
archshift
ef24e72b26
Asserts: break/crash program, fit to style guide; log.h->assert.h
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time)
As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing)
Also removed some GEKKO cruft.
11 years ago
purpasmart96
60ce36f721
Services: Stub some functions
11 years ago
Yuri Kunde Schlesner
88a4a808c6
Kernel: Stop creating useless Handles during object creation
They're finally unnecessary, and will stop cluttering the application's
handle table.
11 years ago
Yuri Kunde Schlesner
a79d21c83e
Service: Clean-up Interface
11 years ago
Yuri Kunde Schlesner
d52d859936
Kernel: Convert Event to not use Handles
11 years ago
bunnei
350c5a7e32
DSP: Removed useless spam log for SignalInterrupt
11 years ago
bunnei
e9650f1c61
DSP: Signal (faked) interrupt on every frame.
- Hack to work around games checking that the DSP event has been signaled by a real DSP interrupt.
11 years ago
purpasmart96
9796bc1fa2
More services & small clean ups
11 years ago
purpasmart96
ebfd831ccb
License change
11 years ago
Yuri Kunde Schlesner
e321decf98
Remove SyncRequest from K::Object and create a new K::Session type
This is a first step at fixing the conceptual insanity that is our
handling of service and IPC calls. For now, interfaces still directly
derived from Session because we don't have the infrastructure to do it
properly. (That is, Processes and scheduling them.)
12 years ago
Yuri Kunde Schlesner
0600e2d8b5
Convert old logging calls to new logging macros
12 years ago
bunnei
988998cca5
DSP: Added stub for ReadPipeIfPossible.
12 years ago
archshift
a404ad5272
Add stub for ConvertProcessFromDspDram
Should theoretically push retail stuff further along
12 years ago
bunnei
3e286fff7c
DSP: Added stubs for several commonly used DSP service functions.
12 years ago
purpasmart96
9821bfcb8e
Add more services and some fixes, along with more "override"
in the service's headers
12 years ago
purpasmart96
539b4c883d
Added a bunch of services
12 years ago