Compare commits

...

4 Commits

4 changed files with 22 additions and 21 deletions

View File

@ -13,19 +13,15 @@ end
function xqcheck -d "Quickly lints our packages"
xqdir
set f (mktemp)
./xbps-src update-check (xqsrcpkgs) > "$f"
xlint srcpkgs/{(xqsrcpkgs)}/template > "$f"
less "$f"
rm "$f"
begin
for pkg in (xqsrcpkgs)
./xbps-src update-check $pkg
xlint srcpkgs/$pkg/template
end
end 2>&1 | tee /tmp/xqcheck.log | less +F
end
function xqrebuild -d "Rebuild some of our srcpkgs"
xqdir
set f (mktemp)
xbulk $argv 2> "$f"
if test -s "$f"
less "$f"
end
rm "$f"
xbulk $argv 2>&1 | tee /tmp/xqrebuild.log | less +F
end

View File

@ -13,6 +13,7 @@ filter_installed = False
view_type = grid
left_side_panel_visible = False
right_side_panel_visible = False
hide-wine-non-esync-version-warning = True
[list view]
name_column_width = 200

View File

@ -10,7 +10,7 @@ Core:
SPU Decoder: Recompiler (LLVM)
Lower SPU thread priority: false
SPU Debug: false
Preferred SPU Threads: 0
Preferred SPU Threads: 6
SPU delay penalty: 3
SPU loop detection: true
Max SPURS Threads: 6
@ -18,7 +18,8 @@ Core:
Accurate GETLLAR: false
Accurate PUTLLUC: false
SPU Verification: true
SPU Cache: true
SPU Cache: false
SPU Profiler: false
Enable TSX: Enabled
Accurate xfloat: false
Approximate xfloat: true
@ -69,10 +70,11 @@ Video:
Disable On-Disk Shader Cache: false
Disable Vulkan Memory Allocator: false
Use full RGB output range: true
Disable Asynchronous Shader Compiler: false
Disable Asynchronous Shader Compiler: true
Strict Texture Flushing: false
Disable native float16 support: false
Multithreaded RSX: true
Relaxed ZCULL Sync: false
Consecutive Frames To Draw: 1
Consecutive Frames To Skip: 1
Resolution Scale: 100
@ -80,14 +82,14 @@ Video:
Minimum Scalable Dimension: 16
Driver Recovery Timeout: 1000000
Vblank Rate: 60
D3D12:
Adapter: ""
Vulkan:
Adapter: AMD RADV POLARIS11 (LLVM 9.0.0)
Adapter: Radeon RX 590 Series
Force FIFO present mode: false
Force primitive restart flag: false
Performance Overlay:
Enabled: false
Enable Framerate Graph: false
Enable Frametime Graph: false
Detail level: Medium
Metrics update interval (ms): 350
Font size (px): 10
@ -109,8 +111,10 @@ Video:
Allow custom background: true
Darkening effect strength: 30
Blur effect strength: 0
D3D12:
Adapter: ""
Audio:
Renderer: OpenAL
Renderer: PulseAudio
Dump to file: false
Convert to 16 bit: false
Downmix to Stereo: true
@ -126,10 +130,10 @@ Audio:
Input/Output:
Keyboard: "Null"
Mouse: "Null"
Pad: Keyboard
Camera: "Null"
Camera type: Unknown
Move: "Null"
Pad: Keyboard
System:
Language: English (US)
Keyboard Type: English keyboard (US standard)
@ -148,4 +152,4 @@ Miscellaneous:
Use native user interface: true
GDB Server: 127.0.0.1:2345
Port: 2345
Log: {}
Log: {}

View File

@ -175,7 +175,6 @@ endfu
set undolevels=10000
set tabpagemax=1000
set viminfo='100,/50,<50,s10,h,%
set viminfo+=n~/.vim/viminfo
set encoding=utf-8
set termencoding=utf-8
set fileencodings=ucs-bom,utf-8,sjis
@ -390,6 +389,7 @@ else
" swap files
set directory=$HOME/.vim/temp//
set viminfo+=n$HOME/.vim/viminfo
endif
if _agw.use_rainbow != 0