bb4a1e059cMerge pull request #2533 from DarkLordZach/memory-frozen
bunnei
2019-06-28 14:03:38 -04:00
dfe4b3f723Attemp clang format fix?
David Marcec
2019-06-28 22:08:50 +10:00
7d417d501dAdded errors.h to cmakelist
David Marcec
2019-06-28 15:31:29 +10:00
c2146c4eefAddressed issues
David Marcec
2019-06-28 15:29:38 +10:00
fd6549be73Addressed issues
David Marcec
2019-06-28 15:19:51 +10:00
0b03e8a98fImplemented InitializeApplicationInfo & InitializeApplicationInfoRestricted
David Marcec
2019-06-27 16:44:42 +10:00
bce4bfffb6pm: Implement pm:shell and pm:dmnt GetApplicationPid Returns the process ID of the current application or 0 if no app is running.
Zach Hilman
2019-06-26 19:07:34 -04:00
354c254cdepm: Implement pm:dmnt GetTitlePid Takes a title ID and searches for a matching process, returning error if it doesn't exist, otherwise the process ID.
Zach Hilman
2019-06-26 19:06:51 -04:00
49af3bcdcbpm: Implement pm:info GetTitleId Searches the process list for a process with the specified ID, returning the title ID if it exists.
Zach Hilman
2019-06-26 19:05:04 -04:00
5829ba1cccMerge pull request #2548 from DarkLordZach/applet-shopn
bunnei
2019-06-26 15:55:24 -04:00
4ed2774c26Merge pull request #2607 from DarkLordZach/arp-1
bunnei
2019-06-26 10:26:44 -04:00
f67039c067Addressed issues
David Marcec
2019-06-26 16:52:34 +10:00
223ca80753texture_cache: Correct variable naming.
Fernando Sahmkow
2019-06-25 19:35:08 -04:00
5aeabd9a17gl_texture_cache: Correct asserts
Fernando Sahmkow
2019-06-25 19:26:59 -04:00
88bc39374ftexture_cache: Corrections, documentation and asserts
Fernando Sahmkow
2019-06-25 18:36:19 -04:00
c0abc7124dsurface_params: Corrections, asserts and documentation.
Fernando Sahmkow
2019-06-25 18:03:25 -04:00
fb234560b0copy_params: use constexpr for constructor
Fernando Sahmkow
2019-06-25 17:42:50 -04:00
18d24fbdd0gl_texture_cache: Corrections and fixes
Fernando Sahmkow
2019-06-25 17:40:08 -04:00
36665ce0b2gl_resource_manager: Correct MakeStreamCopy
Fernando Sahmkow
2019-06-25 17:32:04 -04:00
58c8a44e7atexture_cache: Query MemoryManager from the system
Fernando Sahmkow
2019-06-25 17:26:00 -04:00
19dc36ce06Implement Time::GetSharedMemoryNativeHandle
David Marcec
2019-06-26 00:45:53 +10:00
192f1f7ebeSizedNotificationInfo should be 0x10 bytes, user_uuid is incorrect, this should be the users account id
David Marcec
2019-06-25 15:19:37 +10:00
5d005b87a3fixed spelling errors and fixed issue with Pop not returning the SizedNotificationInfo
David Marcec
2019-06-25 11:23:23 +10:00
3c4238657dapplets: Pass current process title ID to applets
Zach Hilman
2019-06-06 19:46:36 -04:00
01ff38cca8general_frontend: Add documentation for parental controls and ecommerce applets
Zach Hilman
2019-06-06 18:40:59 -04:00
73dcb13619web_browser: Only delete temporary directory if it was created Prevents crashes with ShopN applet occasionally.
Zach Hilman
2019-06-06 18:39:34 -04:00
d018ac2c60web_browser: Take ECommerce applet frontend optionally in constructor
Zach Hilman
2019-06-05 12:18:53 -04:00
54684feffafrontend: Add base class and default impl for ECommerce applet frontend
Zach Hilman
2019-06-05 12:18:10 -04:00
3898c3903eweb_browser: Use function tables for execute and initialize
Zach Hilman
2019-06-05 12:17:31 -04:00