Unknown
380f90b097
Handle Win32 error 87 ERROR_INVALID_PARAMETER with fs::error::inval
2017-11-20 17:55:41 +03:00
scribam
222c0e0fc5
Fix set thread affinity on OS X ( #3757 )
2017-11-20 02:02:35 +04:00
Nekotekina
c58738807e
Fix cond_variable timeout
...
Thanks @Farseer2 for debugging
2017-11-18 10:24:17 +03:00
Nekotekina
3792a85084
Fix fs::dir (const begin/end)
2017-11-15 21:00:02 +03:00
Nekotekina
916851bd4a
Optimize cpuid
2017-11-15 21:00:02 +03:00
Nekotekina
dbc9bdfe02
Implement set_ideal_processor_core (linux)
2017-11-15 21:00:02 +03:00
Ani
c7f7d7ef5b
Fixes commit count on GIT-VERSION
...
AppVeyor: Fetches commit count from unshallowed upstream instead of fetching from HEAD (will always be 3 since we clone with depth of 3)
2017-11-12 18:13:22 +00:00
Zion
3a49a77c07
Fix git-branch in title... again ( #3704 )
...
Fix git-branch in title... again
2017-11-08 01:22:41 +00:00
Nekotekina
59cd0a9c7f
Implement set_native_priority (posix)
2017-11-01 05:07:12 +03:00
Ani
9b8eb089b1
Handle device not ready in fs::error. Solves #3592
2017-10-29 16:52:12 +03:00
Nekotekina
89fba1c385
ppu_acontext draft
2017-10-28 23:24:08 +03:00
Zangetsu38
5146f3ec47
Fix compile VS
2017-10-16 18:42:03 +03:00
scribam
0129c54ab6
Move optional.hpp as a submodule
2017-10-12 18:00:24 +03:00
Nekotekina
df2fc13b7a
Add PPU instruction stat dumper
...
Needs PPU Debug option to activate and PPU Interpreter
Dumps after Resume (after Pause)
Fix utils::memory_decommit, clean vm.cpp
2017-10-11 20:06:33 +03:00
kd-11
12ab03b0b5
rsx/gl: Implement resolution scaling
...
rsx: Revise wpos calculation to take resolution scale into account
2017-10-09 20:25:41 +03:00
Robbie
47b121a700
PPU Page Faults ( #3309 )
...
I guess I'll merge it and fix some issues later myself.
2017-10-08 23:37:54 +03:00
Nekotekina
beab5291bb
mutex.cpp: minor update
...
New concept (incomplete)
2017-10-05 19:51:37 +03:00
Nekotekina
a6a0f13264
Remove unnecessary include git-version.h
2017-09-20 14:26:42 +03:00
Nekotekina
18d472b7e1
Patch: new 'load' syntax
...
[load, path_name1] - load sequence
[load, path_name2, -0x40] - same, but modify the addresses by -64
2017-09-19 15:07:07 +03:00
Nekotekina
b83575bcbb
Remove unnecessary newline in Log.cpp
2017-09-19 15:07:07 +03:00
Nekotekina
17175e1c23
Fixed global variables in Log.cpp
2017-09-19 15:07:07 +03:00
Nekotekina
cc57719856
Restore UTF-8 in Log.cpp
2017-09-19 15:07:07 +03:00
Nekotekina
be44024a1a
Fix initial log message
2017-09-19 15:07:07 +03:00
Nekotekina
c7d4a30646
Backup logs to old_logs/
2017-09-19 15:07:07 +03:00
Nekotekina
837c5dddee
Add <typeinfo>
2017-09-19 15:07:07 +03:00
Peter Mcteague
c18e71ca29
Add git_branch to git-version.h, add display version info to gs_frame and add branch and version to log. ( #3186 )
...
* Added version number and branch name to gs_frame and log file. This also involved making the files that generate git-version.h , get the branch.
2017-09-16 14:54:25 +03:00
Nekotekina
669d953529
Implement fs::error::notempty
2017-09-14 00:23:23 +03:00
Nekotekina
e00aedd1a0
fs: minor fix
2017-09-14 00:23:23 +03:00
Nekotekina
b415b0e737
fs: atomic truncation
2017-09-04 02:15:29 +03:00
Nekotekina
2e510e5ca0
Fix rXml limitation
...
(trophies)
2017-09-04 02:15:28 +03:00
scribam
34cf1ff7c7
Remove old wxWidgets-related references
2017-09-03 23:12:36 +01:00
Zion Nimchuk
cc880b53aa
Add cross-platform implementation of cellHttpUtilParseUri
2017-09-04 00:37:36 +03:00
Nekotekina
174f11bdbd
Fix access violation handler
2017-09-01 01:22:48 +03:00
Nekotekina
14a6269243
Fix fatal error dialog
2017-08-31 05:21:26 +03:00
Nekotekina
7b96190e6c
Log backup rotation (incomplete)
2017-08-30 17:15:35 +03:00
Nekotekina
010b75251f
fs::rename fixed
...
Added overwriting policy
sys_fs_rename improved
2017-08-30 17:14:30 +03:00
Nekotekina
26e13b4f5f
Compress log to RPCS3.log.gz
2017-08-29 17:12:13 +03:00
Nekotekina
a771fcb397
Fill log with \n
2017-08-29 17:12:13 +03:00
Nekotekina
2570911283
Register Win32 error 32
2017-08-27 16:09:34 +03:00
Nekotekina
834712bb58
Reserve log space for higher severity levels
2017-08-27 03:00:10 +03:00
Nekotekina
00339cb99b
Fix log mapping (Linux)
2017-08-24 21:20:18 +03:00
Nekotekina
c1450ad616
Reenable thread_local for all platforms
2017-08-24 16:27:07 +03:00
Nekotekina
025a09ed87
Optimize RPCS3.log and limit it to 64 MiB
...
Use memory-mapped file for writing
2017-08-23 23:11:18 +03:00
Nekotekina
d0e171784c
Implemented fs::file::get_handle
2017-08-22 21:18:26 +03:00
Nekotekina
a68983b551
Ensure all log messages are displayed
2017-08-22 21:06:37 +03:00
kd-11
00c6a589a5
rsx/util: Add simple consistent hash function
...
rsx/vk/shaders_cache: Move vp control mask to dynamic state
rsx/vk/gl: adds a shader cache for GL. Also Separates pipeline storage for each backend
rsx: Add more texture state variables to the cache
2017-08-16 23:58:30 +03:00
Nekotekina
2047cb8d1d
CFG: print errors for enums
2017-08-13 21:39:08 +03:00
RipleyTom
80fee5ac1e
( #3214 )
...
Adds cpu to log.
Adds [DO NOT USE] to D3D12 selection.
2017-08-13 18:32:48 +03:00
Aurora
7e1c6a5819
Make it build on macOS with Clang
2017-08-08 23:20:07 +03:00
Nekotekina
613214cdca
Improve error formatting
2017-08-08 22:17:51 +03:00