| Age | Commit message (Collapse) | Author |
|
* Make HSessionObj implement IDisposable, so that objects that have handles created to them are disposed when the handles are closed.
* Spelling fix: GenertateObjectId -> GenerateObjectId
|
|
stage
|
|
|
|
disable Debug/Trace logs by default
|
|
GetObject method from ServiceCtx as it is no longer needed with this change
|
|
|
|
* Start refactoring IPC objects (started with IFile and IFileSystem)
* End refactoring IPC objects (#8)
* End refactoring IPC objects
* End refactoring IPC objects
corrections
|
|
|
|
|
|
* Logging Improvements
Add Trace functions to SVC.
Add function to get the function name who called.
|
|
|
|
Include Ryujinx.conf file to the build folder.
Fix the Ryujinx.conf filepath.
|
|
* Add internal Logging support
Add class Logging.
Replace all Console.WriteLine() to looks better.
Add informations inside Windows Titles.
* Revert "Add internal Logging support"
This reverts commit 275d363aaf30011f238010572cfdb320bd7b627f.
* Add internal Logging support
Add Logging Class.
Replace all Console.WriteLine() to looks better.
Add debug informations of IpcMessage.
Add informations inside Windows Titles.
* Add internal Logging support2
Add Logging Class.
Replace all Console.WriteLine() to looks better.
Add debug informations of IpcMessage.
Add informations inside Windows Titles.
* Add internal Config support
Add Config Class.
Add Ryujinx.conf file (Ini file).
Use the Config Class inside Logging.
* Add internal Config support
Add Config Class.
Add Ryujinx.conf file (Ini file).
Use the Config Class inside Logging.
|
|
Logging.Warn instead of Logging.Warning
|
|
* Add internal Logging support
Add class Logging.
Replace all Console.WriteLine() to looks better.
Add informations inside Windows Titles.
* Revert "Add internal Logging support"
This reverts commit 275d363aaf30011f238010572cfdb320bd7b627f.
* Add internal Logging support
Add Logging Class.
Replace all Console.WriteLine() to looks better.
Add debug informations of IpcMessage.
Add informations inside Windows Titles.
* Add internal Logging support2
Add Logging Class.
Replace all Console.WriteLine() to looks better.
Add debug informations of IpcMessage.
Add informations inside Windows Titles.
|
|
Removed parts of the MMU functionality to use memory directly (faster…
|
|
Basic audio support
|
|
|
|
Implement IAudioOut.
Small corrections on AudIAudioRenderer.
Add glitched audio playback support through OpenAL.
|
|
|
|
|
|
|
|
|
|
potentially more dangerous, WIP), also changed the Shl/Sshr immediate instructions to use IL instead of calling the method
|
|
exception message for undefined/unimplemented instructions
|
|
more ids on SvcGetInfo
|
|
region granularity on exclusive load/stores, and ensure that acquires without releases won't hold the address forever, remove unused ALU rev method
|
|
|
|
|
|
|