Triang3l
26a2d814da
[UI] android.app.NativeActivity > WindowedAppActivity + code style
2021-09-18 20:32:24 +03:00
Rick Gibbed
347c9f01fd
Update FUNDING.yml. [ci skip]
...
Add Razzile to the GitHub Sponsors list.
2021-09-16 13:11:22 -05:00
Rick Gibbed
4068819266
Update FUNDING.yml. [ci skip]
...
Add JoelLinn to the GitHub Sponsors list.
2021-09-16 12:49:08 -05:00
Rick Gibbed
15436b17bb
Update FUNDING.yml.
...
Adding myself to the GitHub Sponsors list.
2021-09-16 11:55:30 -05:00
Joel Linn
360e2f5414
[Kernel] Fix glibc exception on empty content_root
2021-09-15 15:24:21 -05:00
Triang3l
0335571354
[UI] Android CallInUIThread and activity onDestroy
2021-09-15 22:58:11 +03:00
Joel Linn
d4f2bef6c8
[FFmpeg] Update submodule
...
Support new targets like android and aarch64.
2021-09-15 06:22:16 -05:00
Triang3l
f91b895c9a
[Base] Don't use raw clock where unsupported
2021-09-13 23:13:02 +03:00
Triang3l
7aeac37eb6
[Base/UI] Android globals initialization + WindowedAppContext parts
2021-09-13 23:09:28 +03:00
Triang3l
acbd22840d
[Base] Android log sink + sink cleanup
2021-09-13 22:53:19 +03:00
Triang3l
b77e6eb8e6
[D3D12] Fix syntax warnings reported by Clang
2021-09-12 17:12:33 +03:00
Triang3l
4f95e094e4
[GPU] Remove outdated forward declarations from trace_dump.h
2021-09-12 14:32:41 +03:00
Triang3l
6241b4f907
[Kernel] stringstream<< > string.push_back as LLVM libc++ doesn't support char16_t stream
2021-09-12 13:04:03 +03:00
Triang3l
9d992e3d06
[Kernel] Rename sin_zero due to #define on Android
2021-09-11 23:31:52 +03:00
Triang3l
44847abb98
[Kernel] Remove a TODO for a verified reference
2021-09-07 21:12:06 +03:00
Triang3l
56b4a45002
[Docs] Avoiding in-game proper names
2021-09-05 21:43:08 +03:00
Triang3l
ddb08c60c2
[Docs] Source traceability and game title ban
2021-09-05 21:34:38 +03:00
Triang3l
e720e0a540
[Code] Remove game names from code comments (most of at least)
2021-09-05 21:27:40 +03:00
Triang3l
6986d6c7e8
[Config] Use locale-neutral fmt instead of to_string
2021-08-28 18:26:18 -05:00
Triang3l
64366979c7
[UI] Make Xenia title start from a capital letter
2021-08-28 19:44:23 +03:00
Triang3l
6ce5330f5f
[UI] Loop thread to main thread WindowedAppContext
2021-08-28 19:38:24 +03:00
Triang3l
f540c188bf
[Lint] Revert incorrect clang-format changes
2021-08-26 21:18:18 +03:00
Triang3l
cb13f0bae6
Merge pull request #1431 from bwrsandman/linux_windowing
...
Linux windowing fixes
2021-08-26 23:01:38 +03:00
Triang3l
7edfdc2672
Merge branch 'master' into linux_windowing
2021-08-26 22:58:14 +03:00
Gliniak
f6f524b814
Implemented ExLoadedImageName
2021-08-18 17:37:44 -05:00
emoose
bf8138a886
[VFS] Add NullDevice (returns success for all calls), handle \Device\Harddisk0\ with it
...
XMountUtilityDrive code tries reading/writing from \Device\Harddisk0\Cache0 / Cache1 / Partition0, NullDevice handling \Device\Harddisk0 will make that code think that the reads/writes were successful, so the utility-drive mount can proceed without failing.
2021-08-18 17:34:59 -05:00
emoose
e5725b5877
[Kernel] Support XFileAlignmentInformation, stub NtDeviceIoControlFile & IoCreateDevice
...
XMountUtilityDrive-related code checks some values returned from NtDeviceIoControlFile, stub just returns values that it seems to accept
IoCreateDevice is also used by utility-drive code, writing some values into a pointer returned by it, so stub allocs space so it can write to the pointer without errors.
2021-08-18 17:34:59 -05:00
emoose
eaab7998f7
[Kernel/XAM] Run XAM-tasks in seperate thread, stub XamTaskShouldExit
2021-08-18 17:34:59 -05:00
emoose
f2c706f943
[App] Add cache:\ mount for older games that use it
2021-08-18 17:34:59 -05:00
Gliniak
05bfdb02e5
[XAM] Return correct error code from GetServiceInfo
2021-08-18 17:25:44 -05:00
gibbed
ed0a15dcc8
Use AppVeyor vars for extended version info.
2021-08-18 16:44:41 -05:00
Jonathan Goyvaerts
a9e35b443f
[SDL2] Update to version 2.0.16
2021-08-11 01:07:26 +03:00
sephiroth99
4861022158
[Base] Fix fpfs with GCC/Clang
...
The fpfs function is using strtof to convert a string to floating point
value, but the type may be a double. Using strtof in that case won't
provide enough precision, so switch to using strtod. When the type is a
float, the double will be down-converted to the correct value.
2021-08-08 10:23:52 -05:00
Gliniak
f933d9c409
[XAM] XamEnumerate: Set initial item_count value to 0
2021-08-08 10:23:11 -05:00
Gliniak
c9073e101f
[XAM] Fix ContentCreate to pass copy of root_name.
...
[XAM] Fix xeXamContentCreate to pass copy of root_name for deferred
operation, as the pointer may no longer be valid when the callback
is executed.
2021-08-01 13:55:56 -05:00
Triang3l
90c4950503
[HID] Fix SDL GetKeystroke copy-paste regression
2021-07-26 10:12:17 +03:00
Jonathan Goyvaerts
48bb93a9ca
[Linux] Fix pkg-config trailing space causing premake to output an extra empty library -l
...
Fixes #1868
2021-07-21 09:40:20 -05:00
Triang3l
a7efdd9ed8
[Build] Run pkg_config only on Linux, not all non-Windows
2021-07-20 20:16:39 +03:00
Triang3l
1e0237d404
[Vulkan] Fix XCB #ifdef
2021-07-12 12:15:47 +03:00
Triang3l
6412bb8910
[Vulkan] Remove a remaining Volk reference
2021-07-12 00:00:06 +03:00
Triang3l
692e329e9c
[Vulkan] Load Vulkan manually for more lifetime and extension control
2021-07-11 22:56:01 +03:00
Triang3l
458e4e1a31
[GPU] Official RB name from RDNA/GCN/TeraScale/Xenos docs/news
2021-07-01 23:43:01 +03:00
Triang3l
1cf12ec70b
[UI/HID] ui::VirtualKey enum
2021-07-01 23:32:26 +03:00
gibbed
ddee85f0be
[Kernel] Fix XStaticUntypedEnumerator item count.
...
[Kernel] Fix XStaticUntypedEnumerator not tracking item count.
Somehow this didn't make it into PR #1862 .
2021-06-30 13:26:05 -05:00
gibbed
4498a28568
[XAM] Deferred xeXamContentCreate.
2021-06-30 03:39:22 -05:00
gibbed
e8fda5878c
[XAM] Enumerator improvements.
...
- [Kernel] XEnumerator::WriteItems no longer cares about provided
buffer size, since we know the size when the XEnumerator was created.
- [Kernel] Added XStaticEnumerator template. Previous
XStaticEnumerator renamed to XStaticUntypedEnumerator.
- [XAM] Deferred xeXamEnumerate.
2021-06-30 03:39:22 -05:00
gibbed
b18f73b949
[Kernel] Add make_object template.
2021-06-30 03:39:22 -05:00
Joel Linn
480791a056
[Base] Implement message boxes on Linux
2021-06-29 20:41:20 -05:00
emoose
e23a9b7608
[Kernel] Add APC support to NtWriteFile
2021-06-29 03:13:43 -05:00
gibbed
a3535be416
[CPU] Suppress C4065 warning in SyscallHandler.
2021-06-29 02:41:29 -05:00