Ac_K and gdkchan
ed155e6f4e
Update IHidServer.cs ( #84 )
...
* Update IHidServer.cs
Stubs:
- SetGyroscopeZeroDriftMode
- SetNpadHandheldActivationMode
- SendVibrationValue
- GetPlayerLedPattern
* Update IHidServer.cs
updated
2018-04-17 13:40:22 -03:00
Ac_K and GitHub
6e514e944d
Update README.md
2018-04-05 04:02:21 +02:00
Ac_K and gdkchan
3aaa4717b6
Implement BSD Service ( #54 )
...
* Implement BSD Service
- Implementation of bsd:s & bsd:u.
- Adding an EndianSwap class.
* Corrections #1
* Correction2
2018-03-11 22:05:39 -03:00
Ac_K and gdkchan
1d71e33171
Update IAudioOut.cs ( #51 )
...
Little improvements, sound looks a little better...
2018-03-02 01:06:05 -03:00
Ac_K and gdkchan
424e045940
More stubs ( #47 )
...
* Stubs implementations
Services Bsd, Nifm & SSL stubs implementations
Objects IGeneralService, IRequest stubs implementations.
Fake-Fix GetAvailableLanguageCodes stub too ^^!
* More stubs
- Fix SvcGetInfo loops by gdkchan.
- Implement stub for Sfdnsres service.
- Add more stubs for Bsd service.
* Update ServiceSfdnsres.cs
2018-02-28 17:58:04 -03:00
Ac_K and gdkchan
7f0bee2ff8
Stubs implementations ( #45 )
...
Services Bsd, Nifm & SSL stubs implementations
Objects IGeneralService, IRequest stubs implementations.
Fake-Fix GetAvailableLanguageCodes stub too ^^!
2018-02-28 00:31:52 -03:00
Ac_K and gdkchan
e174100474
Implement many objects, improve logging. ( #42 )
...
* Implement many objects, improve logging.
Change and rename folders of Services
Add Logging of IpcMessage.
Add "lm" Log Service.
Parse Errors of SetTerminateResult
Add Svc Calls.
Add many object implementations.
* Corrections
Forgotten Debug Conf
* Corrections 2
* Corrections 3
* Corrections 4
2018-02-25 15:58:16 -03:00
Ac_K and gdkchan
e90a0f0e33
Update SvcSystem.cs ( #40 )
...
* Update SvcSystem.cs
Implement SvcGetInfo 0
* Update SvcSystem.cs
2018-02-24 20:09:10 -03:00
Ac_K and gdkchan
8fa26a18c5
Update IpcMessage.cs ( #38 )
...
Temporary Fix by Misson20000
2018-02-24 20:08:54 -03:00
Ac_K and gdkchan
c9f54aabfb
Update IpcHandler.cs ( #39 )
...
Temporary Fix by Misson20000
2018-02-24 20:08:29 -03:00
Ac_K and gdkchan
224211367f
Initiale hbmenu.nro support ( #32 )
...
* Initiale hbmenu.nro support
Implement missing SetScreenShotPermission object.
Implement missing IsCurrentProcessBeingDebugged in SVC.
Add a Extension variable to Executable.
Add basic support of hbmenu.nro.
* Homebrew.cs correction
2018-02-21 21:51:17 -03:00
Ac_K and gdkchan
8447635654
Update README.md ( #22 )
2018-02-17 21:46:29 -03:00
Ac_K and gdkchan
ee6407f5df
Create CONFIG.md ( #21 )
2018-02-17 21:45:53 -03:00
Ac_K and gdkchan
f469b968a8
HID Implementation ( #20 )
...
* Basic HID Implementation
* Basic HID Implementation in Config
* HID Corrections
* HID Corrections 2
2018-02-17 20:54:19 -03:00
Ac_K and gdkchan
b3e47b5712
Update new informations in IAudioOut ( #19 )
...
* Update new informations in IAudioOut
* Update IAudioOut.cs
2018-02-15 23:19:29 -03:00
Ac_K and gdkchan
b73fa8eb22
Update README.md ( #16 )
2018-02-15 09:15:22 -03:00
Ac_K and gdkchan
12e263f8b2
Logging Improvements ( #7 )
...
* Logging Improvements
Add Trace functions to SVC.
Add function to get the function name who called.
2018-02-09 16:39:50 -03:00
Ac_K and gdkchan
ebbccfcdbf
config bugfix ( #6 )
...
Include Ryujinx.conf file to the build folder.
Fix the Ryujinx.conf filepath.
2018-02-09 00:23:20 -03:00
Ac_K and gdkchan
5ecfb5c657
Add internal Config support ( #5 )
...
* 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.
2018-02-08 23:47:32 -03:00
Ac_K and gdkchan
aba75186e9
Copy Paste mistake ( #4 )
...
Logging.Warn instead of Logging.Warning
2018-02-08 21:51:13 -03:00
Ac_K and gdkchan
9e8f02b66d
Add internal Logging support ( #3 )
...
* 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.
2018-02-08 21:43:22 -03:00
AcK77
44a87bc78e
Basic audio support2
2018-02-08 18:20:07 +01:00
AcK77
9f2aea4059
Basic audio support
...
Implement IAudioOut.
Small corrections on AudIAudioRenderer.
Add glitched audio playback support through OpenAL.
2018-02-08 17:52:02 +01:00