Megamouse
2cd5f63284
game_list: enable deselection + fix entry selection
2017-07-13 16:38:50 +03:00
RipleyTom
d410494a7d
Fixes pkg overwriting files without the PKG_FILE_ENTRY_OVERWRITE flag
2017-07-13 15:43:13 +03:00
Robbie
dcfe8e1abd
fixz ( #2996 )
...
Patch crash regression in game grid
2017-07-13 04:05:29 +01:00
Nekotekina
7702eb2fa7
PPU: clean linkage info
2017-07-12 21:29:09 +03:00
Megamouse
bb563b3eb7
minor menu fix
2017-07-12 21:00:13 +03:00
Nekotekina
4913cac24f
Refresh game list after booting
2017-07-12 19:41:33 +03:00
Nekotekina
113b937263
Fix moving game dir
2017-07-12 19:35:46 +03:00
Nekotekina
a5c431c2b7
_lv2prx mutex implemented
2017-07-12 19:11:51 +03:00
Nekotekina
5ba23ac4c4
sys_lwmutex_locker aux class
2017-07-12 19:09:53 +03:00
Nekotekina
f7472d59aa
GUI: fix recent entry duplication
2017-07-12 18:16:09 +03:00
Nekotekina
3cd4256b9e
Fill game list from all locations
2017-07-12 18:16:09 +03:00
Nekotekina
08e9400870
Improve booting disc games
...
Store disc locations for disc games
Create /dev_hdd0/disc/ directory
Move disc games from /dev_hdd0/game/ to /disc/ automatically
Load disc game patches automatically
2017-07-12 16:38:19 +03:00
Nekotekina
420bfef214
Cleaning after PoorRequest
2017-07-12 14:07:38 +03:00
Nekotekina
ae265f7586
GUI: Disable poorly designed limitations
2017-07-12 14:00:38 +03:00
Nekotekina
ff53ff3bbf
Force HLE for net-related libraries
2017-07-12 14:00:38 +03:00
Nekotekina
4a512694d9
Implemented _sys_memchr
2017-07-12 14:00:38 +03:00
Nekotekina
8202352452
Do not load sprx twice
2017-07-12 14:00:38 +03:00
Nekotekina
73a2a937c4
PPU LLVM: reuse loaded executables
2017-07-12 14:00:38 +03:00
Nekotekina
a51f82c949
GUI: add supporters
2017-07-12 14:00:38 +03:00
Nekotekina
3278062c29
PPU: load only libsysmodule.sprx
2017-07-12 14:00:38 +03:00
Nekotekina
74f2be7307
PPU: free prx segments
2017-07-12 14:00:38 +03:00
Nekotekina
0ee454f44b
vm: decommit by exec_addr
2017-07-12 14:00:38 +03:00
Nekotekina
9a38d63661
Store sys_spu_image value
2017-07-12 14:00:38 +03:00
Nekotekina
bab537c7e2
PPU LLVM: unuse FP_SAT_OP
2017-07-12 14:00:38 +03:00
Robbie
a426d32a36
Search for threads.
2017-07-12 04:56:07 +03:00
Robbie
9403948ce3
Disable remove custom config if no custom config exists.
2017-07-12 03:19:24 +03:00
Robbie
0405b860c6
Add $(EmulatorDir) to VFS dialog
2017-07-12 03:19:24 +03:00
Robbie
83df572604
Fix a couple crashes
2017-07-12 03:19:24 +03:00
Robbie
0698136c63
Add ui_*.h to gitignore
2017-07-12 03:19:24 +03:00
Megamouse
67f1fa086d
debugger_frame: transfer capture button from main_window menu
...
and clean up some unused actions in main_window.ui
2017-07-12 00:56:53 +01:00
Megamouse
06f6ac66fa
debugger_frame: remove pause button
...
and move its functionality to run button
2017-07-12 00:56:53 +01:00
RipleyTom
34709eb399
Fix Stswi instruction
2017-07-10 18:42:02 +03:00
scribam
5c60a99cc4
Check if the pth is a valid directory before to look for icons.
2017-07-10 17:39:45 +03:00
Robbie
cea0ff4598
Fix VFS default button ( #2975 )
2017-07-10 14:43:57 +01:00
Megamouse
b7aed7bbde
Dagimon super mega level
...
add stretchToDisplayArea to settingsdialog
fix color picker and toolbar background
settingsdialog adjustments
fix tooltips + .pup
fix adapter box
2017-07-10 16:15:57 +03:00
Megamouse
1a4e1919fc
Dagimon mega level
...
ani fixes
add color options for toolbar and game icons
2017-07-10 16:15:57 +03:00
Megamouse
457c2d364f
Dagimon ultra level
...
gui new design: hidpi fixes
settings_dialog fix glitch
welcome dialog hdpi adjustments
about dialog hdpi adjustments
about dialog fix size
pad dialog hdpi adjustments
settings_dialog: remove SetActiveTab
2017-07-10 16:15:57 +03:00
Megamouse
c9e9fcd0a3
Dagimon champion level
2017-07-10 16:15:57 +03:00
Megamouse
9f8eb88a9f
Dagimon rookie level
...
fix lib stuff
fix build
add slider amd searchbar
disable gamelist toolbar per default
Dagimon rookie level
2017-07-10 16:15:57 +03:00
raven02
2e47c42367
Add Stretch to Display Area option ( #2961 )
2017-07-08 16:06:11 +03:00
kd-11
41d921808b
spu: Reimplement FCGT and FCMGT to handle corner cases (such as comparisons against infinites and denormals)
...
- Also optimize FMA/FMS/FNMS for recompiler
2017-07-08 14:52:16 +03:00
kd-11
9e7a42d057
rsx: Minor bug fixes
...
- vk: Do not select first available format when choosing a swapchain format
- gl/vk: Ignore rendering zero sized framebuffers/scissors
- fp: Re-enable range clamp on fp16 registers; fix fx12 clamping [-2, 2]
2017-07-08 14:52:16 +03:00
kd-11
d43e06c0ea
rsx: Fix some fp bugs
...
rsx/fp: Properly fix RCP
- Input is always scalar, output is a vector
rsx/fp: Ignore forced unit for SIP and TEX instructions
2017-07-08 14:52:16 +03:00
kd-11
c788331e45
vk: Fix layout transitions
2017-07-08 14:52:16 +03:00
kd-11
3d935b64f2
rsx/gl/vk: Enable contents transfer when a new framebuffer is created and not cleared
2017-07-08 14:52:16 +03:00
kd-11
e9b8f94fb1
rsx/gl/vk: Enable frame skipping
2017-07-08 14:52:16 +03:00
kd-11
b95ffaf4dd
rsx: Implement skip draw. Also, start working on MT vertex upload
2017-07-08 14:52:16 +03:00
kd-11
ab97a0a5a3
spu: dma tweaks
2017-07-08 14:52:16 +03:00
Megamouse
e74d6446c8
msg_dialog_frame: hidpi fixes for osk_dialog
2017-07-07 01:53:42 +03:00
Megamouse
cbb7753227
msg_dialog_frame: hidpi fixes for m_dialog
...
move spacings up
2017-07-07 01:53:42 +03:00