Commit Graph
33 Commits
Author SHA1 Message Date
emmaussandThomas Guillemard fae097408e Show Game Title on Titlebar (#408)
* support reading control data

* show game info on titlebar

* use first language is default is not available

* use seperate language enums for titles

* fix hex display
2018-09-19 14:09:49 +02:00
emmaussandThomas Guillemard db1a759c59 Lock GbpQueueBuffer till Vsync is signalled (#367)
* Initial Framerate limit implementation

* use seperate event for limiter

* check for vsync signal after queue up framebuffer

* removed ingame toggle

* fix nits
2018-09-10 01:38:56 +02:00
emmaussandgdkchan fc77b089a6 Implements proper save path (#386)
* initial save path implementation

* fix savedatatype offset, remove incomplete createsavedata implimentation

* address nits

* fix crash if npdm is not found

* made saveinfo readonly, other stuff

* remove context param from saveinfo contructor

* fix style

* remove whitespace
2018-09-08 19:04:26 -03:00
emmaussandgdkchan 675f3f6f81 Implement loading of profile image (#391)
* implement loading of profile image

* rename icon to profilepicture

* rename icon file
2018-09-01 19:04:20 -03:00
emmaussandgdkchan da7e702751 Update BSD service implementation (#363)
* Update BSD service to handle libnx's 'smart IPC buffers' for address info

* Use existing "GetBufferType0x21" for certain BSD socket methods

* Parse address port as unsigned short

* Fix bounds check on reading the IPC buffer

* Implement Read, Write methods

* rebased and cleaned

* addressed nits

* remove unused swap method

* fixed alignments
2018-08-24 14:20:42 -03:00
emmaussandgdkchan 76d95dee05 Implement ITimeZone 201, 202 (#327)
* Implement ITimeZone 201, 202

* fix alignment

* fix array count

* fix mismatching datetime kind and timezone
2018-08-15 15:53:23 -03:00
emmaussandgdkchan 17f54b5d78 Implement IProfile Get and GetBase (#266)
* implement IProfile Get(Base)

* use default user

* changed userid
2018-08-13 21:13:01 -03:00
emmaussandgdkchan 6e48312052 Implement AcquireNpadStyleSetUpdate event (#306)
* implement get npad set event

* move npad style set event to hid service

* fix spacing

* change event to field

* dispose event
2018-08-13 18:31:09 -03:00
emmaussandGitHub c05600a26b Merge pull request #344 from greggameplayer/patch-1
fix toggleable variable in config to set the docked mode
2018-08-11 16:33:12 +03:00
emmaussandGitHub 8482e16dcc Merge pull request #304 from emmauss/listdisplays
Implemented IApplicationDisplayService:ListDisplays
2018-08-11 15:32:56 +03:00
emmaussandGitHub 402a143ae1 fix dock mode style issues 2018-08-11 12:24:55 +00:00
emmaus a9a2c0c2f5 moved metadata to process 2018-08-02 23:33:28 +03:00
emmaussandGitHub d137405e94 Merge pull request #298 from Cyuubi/npdm
Add Npdm parsing into Ryujinx.HLE
2018-08-02 22:59:14 +03:00
emmaus 4a3ed0cec7 implemented ListDisplays 2018-07-24 21:38:55 +00:00
emmaussandGitHub 45bb24dbae fix extra space 2018-07-19 18:53:49 +00:00
emmaussandGitHub 8b67297711 Added appveyor configuration file (#277) 2018-07-19 20:49:34 +03:00
emmaussandAc_K 2236f4b2c3 Implement IFileSystem:CleanDirectoryRecursively (#283)
* implement ifilesys:cleandirectoryrecursively

* clean up Ifilesystem
2018-07-18 21:05:17 +02:00
emmaussandgdkchan 267ea14cb5 fix typo in log (#93) 2018-04-20 12:40:33 -03:00
emmaussandgdkchan b334aab435 Add special log for stubs (#81)
* add stub loglevel

* add log for stubbed methods
2018-04-16 21:24:42 -03:00
emmaussandgdkchan bbcad307bd Add logclass, made changes to logging calls (#79)
* add logclass, made changes to logging calls

* made enum parsing case insensitive

* enable logclass on partial or complete match
2018-04-13 22:02:24 -03:00
emmaussandgdkchan b2668e659c log calling method in logs (#71) 2018-04-08 17:30:50 -03:00
emmaussandgdkchan 836a003c8e stubs (#69) 2018-04-04 19:16:59 -03:00
emmaussandgdkchan 0d2f073152 implement isession:getperformanceconfiguration (#64) 2018-03-23 09:26:11 -03:00
emmaussandgdkchan 423ae5d889 handle vi:u and vi:s getdisplayservice (#66) 2018-03-23 07:44:27 -03:00
emmaussandgdkchan 33ad3982aa added set: getavailablelanguagecount (#65) 2018-03-23 07:42:34 -03:00
emmaussandgdkchan 3c82c8de8c rename some services (#63) 2018-03-21 20:30:10 -03:00
emmaussandgdkchan e2a80ba29e rename some calls to current names (#61) 2018-03-21 13:28:12 -03:00
emmaussandgdkchan 4d90d60119 stub some hid service functions (#57) 2018-03-13 18:59:17 -03:00
emmaussandgdkchan 4038e63de1 Implement basic performance statistics (#53)
* implement basic frame time stats

* added game frame time

* made performancestatictics class non-static

* report average framerate instead of current framerate
2018-03-06 17:18:49 -03:00
emmaussandgdkchan 39ed14a3d6 stub IApplicationDisplayService:CloseDisplay (#52) 2018-03-06 10:25:26 -03:00
emmaussandgdkchan 65e04e9854 stub set_sys (#49) 2018-03-01 17:23:55 -03:00
emmaussandgdkchan 1b33e2f1d4 implement single tap touchscreen (#34) 2018-02-22 10:28:27 -03:00
emmaussandgdkchan 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) 2018-02-20 17:09:23 -03:00