2110 Commits

Author SHA1 Message Date
71f6a84eae Update ci.yml 2023-07-07 13:01:43 +08:00
7f0d28fff7 Update ci.yml 2023-07-07 13:00:33 +08:00
a9e576e86d Move Boost submodule to the Strato org 2023-07-04 12:47:14 +02:00
abc9b91c13 Hide touch controls if gamepad is detected 2023-07-03 13:26:56 +02:00
95de8f9d59 Don't show dialog when exiting gracefully 2023-07-03 13:26:40 +02:00
17ebf18f6c Report crash in a dialog 2023-07-03 13:26:40 +02:00
e039a0ee94 Add RAM indicator 2023-06-26 23:43:42 +02:00
7c5fba36d4 Added toggle to disable the pause button in EmulationActivity 2023-06-26 23:43:42 +02:00
75cc42159b Fix missing comma in service declaration 2023-06-09 11:25:19 +02:00
191cc4116a Save log files with the .log file extension 2023-06-08 15:12:19 +02:00
d95bb121f3 Implement recursive delete IFileSystem service calls
Co-Authored-By: AbandonedCart <twistedumbrella@gmail.com>
2023-06-08 15:00:50 +02:00
920a3b96d2 Implement nfp::IUser::GetApplicationAreaSize
This defines the amiibo app data size, which is a constant 216 byte region.

Co-Authored-By: AbandonedCart <twistedumbrella@gmail.com>
2023-06-08 14:45:20 +02:00
4316d651eb Add an option to filter files parsed as invalid 2023-06-08 14:24:08 +02:00
d6252a946b Fix naming convention for container layouts 2023-06-08 14:21:41 +02:00
27200bd5a9 Reposition overlays to bottom when active 2023-06-08 14:21:41 +02:00
454bd94daa Fix incorrect work in some cases 2023-06-08 14:21:41 +02:00
6cb70bb15c Changed work with layout
Fixes behavior on Galaxy Z Fold and other devices with FoldingFeature.Orientation.HORIZONTAL in landscape orientation.
2023-06-08 14:21:41 +02:00
b87f647c1e Small fix 2023-06-08 14:21:41 +02:00
fa93dd0a34 Some fixes after testing
This is the only way requestedOrientation works after exiting portrait mode on the folding device.
displayHeight must be there for the gameView to be centered; this has become necessary due to changes in emu_activity.xml
2023-06-08 14:21:41 +02:00
e80a17dfe1 Extract display height and only set for foldables 2023-06-08 14:21:41 +02:00
d9c2cfb11d Fix and make foldable screen support optional 2023-06-08 14:21:41 +02:00
941145a383 Fix ignore user orientation setting
The default Auto entry is now called Landscape (Auto), which better describes the SCREEN_ORIENTATION_SENSOR_LANDSCAPE property. For devices like the Surface Duo, Oppo Find X, and Flip, to use the folding feature, the user must select the new Auto entry in the settings.
2023-06-08 14:21:41 +02:00
624f7aa751 Added folding devices support 2023-06-08 14:21:41 +02:00
2eb9abaef0 added ExportCustomSettingsPreference 2023-06-07 13:15:51 +02:00
50c7ccff9b Change the way onBackPressedCallback is handled 2023-06-07 13:06:57 +02:00
e4f9fd6203 Some stubs for better compatibility 2023-06-07 12:37:21 +02:00
869eecf2a7 Fix a whitespace inconsistency in bcat service 2023-05-18 00:54:05 +02:00
8255308da6 Show pipelines loading screen while GPU is loading them
A `count` field has been added to the pipeline cache file header, representing the total pipeline count contained in the cache. When loading pipelines, the value is used to display an accurate progress bar of the loading process.
2023-05-15 23:31:10 +02:00
e41ff6b19f Implement graphics pipelines loading screen core logic 2023-05-15 23:28:51 +02:00
03029f5fa9 Remove added -march flag
It was pointless
2023-05-15 23:16:59 +02:00
05d8a0cea3 Update boost
For whoever set this to ignore, thanks for making me waste 3 hours on this.
2023-05-15 22:57:31 +02:00
1271600f91 Update cmake script
Fixes compilation issues due to new llvm, also fixup a few other minor issues.
2023-05-15 22:57:31 +02:00
b26b1b680b Update llvm 2023-05-15 22:57:31 +02:00
20a9ab65da Implement required bsd calls
Co-authored-by: PabloG02 <tioo23000@gmail.com>
2023-05-15 22:55:57 +02:00
460e144848 Stub some ldn calls
For now just stubs
2023-05-15 22:55:57 +02:00
6ac7d22eea Stub IAuthorizationRequest 2023-05-15 22:55:57 +02:00
41882aab1d Stub some required calls
Co-authored-by: PabloG02 <tioo23000@gmail.com>
2023-05-15 22:55:57 +02:00
a299bb3cf5 Implement GetCurrentIpConfigInfo
Needed for almost every LAN game
2023-05-15 22:55:57 +02:00
68bb8256da Stub correctly some nifm calls 2023-05-15 22:55:57 +02:00
43195927cf Implement GetAddrInfoRequest
Co-authored-by: PabloG02 <tioo23000@gmail.com>
2023-05-15 22:55:57 +02:00
8113413a72 Stub ntc 2023-05-15 22:55:56 +02:00
32f61e771a Add setting to enable internet
Co-authored-by: PabloG02 <tioo23000@gmail.com>
2023-05-15 22:55:56 +02:00
9630870659 Address remaining feedback 2023-05-15 22:55:00 +02:00
dd5c6f7cc9 Add a few comments to the Memory manager 2023-05-15 22:55:00 +02:00
9d1f1aaa54 Move SvcMap/UnmapMemory inside the memory manager 2023-05-15 22:55:00 +02:00
4c0ed5ba67 General memman fixups & address review 2023-05-15 22:55:00 +02:00
44f21419c4 Implement svcSetMemoryPermission
Used by Minecraft legends, this should allow it to proceed further.
2023-05-15 22:55:00 +02:00
1e9a0f56de Implement KTransferMemory correctly 2023-05-15 22:55:00 +02:00
b8bc210733 Restructure the memory manager
Changes and improves the accuracy of various features of the memory manager. Reduces stuttering in certain games.
2023-05-15 22:55:00 +02:00
bb06501ac8 Update README.md 2023-05-15 22:52:30 +02:00