Ryujinx/Ryujinx.HLE/HOS/Services/Time
mageven 4aa47a66c6
Better TimeZone entry in System Settings (#1254)
* Better timezone labels in System TimeZone

Replace with GtkEntry with auto-complete

Also removed async task as now loading is fast

Address Thog's comments

self-nit: Remove string alias

Address AcK's comments

* Improve parsing
* Optimize and fix string matching

Address jD's comments

* Also, make abbreviations searchable
* Optimize EntryCompletion's MatchFunc

* nit: Result.IsFailure()

* Fix potential crash on opening Settings window w/o FW installed
2020-07-21 06:14:42 +02:00
..
Clock Surface Flinger: Implement GetBufferHistory (#1232) 2020-05-15 03:30:08 +02:00
StaticService Move kernel state out of the Horizon class (#1107) 2020-05-04 13:41:29 +10:00
TimeZone Better TimeZone entry in System Settings (#1254) 2020-07-21 06:14:42 +02:00
Types Update time implementation to 9.0.0 (#783) 2019-10-08 14:48:49 +11:00
IAlarmService.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
IPowerStateRequestHandler.cs Update time implementation to 9.0.0 (#783) 2019-10-08 14:48:49 +11:00
IStaticServiceForGlue.cs Update time implementation to 9.0.0 (#783) 2019-10-08 14:48:49 +11:00
IStaticServiceForPsc.cs Implement a new physical memory manager and replace DeviceMemory (#856) 2020-05-04 08:54:50 +10:00
ITimeServiceManager.cs Implement a new physical memory manager and replace DeviceMemory (#856) 2020-05-04 08:54:50 +10:00
ResultCode.cs Add missing error code to Time (#1237) 2020-05-13 15:28:53 +10:00
TimeManager.cs Implement a new physical memory manager and replace DeviceMemory (#856) 2020-05-04 08:54:50 +10:00
TimeSharedMemory.cs Implement a new physical memory manager and replace DeviceMemory (#856) 2020-05-04 08:54:50 +10:00