Commit Graph

39 Commits (ae39f680bd6c9829f152a7b37807e9122f0496ab)

Author SHA1 Message Date
FlightlessMango ae39f680bd WIP: gpu ms and cpu ms
This commit checks the cpu time and gpu time spent in the process to determine
how much cpu and gpu time is spent per frame
10 months ago
FlightlessMango 30748bdf0c param: duration 11 months ago
FlightlessMango 881b4d2e4a Params: add temp_fahrenheit 12 months ago
FlightlessMango 67862421a6 Text outline
Adds the text_outline parameter that draws a black outline around all
text and the horizontal separator

[skip ci]
1 year ago
Alessandro Toia a45816b8e1 Replace TableNextColumn() with ImguiNextColumnFirstItem() and ImguiNextColumnOrNewRow() 1 year ago
FlightlessMango 11bc5111eb mangoapp: move some variables to hudelements 1 year ago
FlightlessMango 03d64e5afb params: exec_name 1 year ago
jackun b404fb948e
Set width by `table_columns` if not specified. Set "text" values to next column with `no_small_text` 2 years ago
jackun f0177703ea
Rename to `frame_count` for consistency 2 years ago
FlightlessMango f9cfdeb080 Add gpu throttling status
Co-authored-by: Martin Roukala <martin.roukala@mupuf.org>
2 years ago
FlightlessMango 65e70c9cfb fan param 2 years ago
Emil Velikov 2b7db32f54
Const annotate overlay_params& across the board
Most of the API does not modify it, so annotate it as const.
This makes it earlier to reason what's happening.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2 years ago
jackun bac50e42d5 Add frame count 2 years ago
Alessandro Toia a8ab4e2991 GAMEPAD: remove unused param and change xone to xbox 2 years ago
Alessandro Toia 4be3ba20c2 GAMEPAD: add battery reporting for gamepad devices
(xone,xpadneo,ds4,ds5,switch)
2 years ago
FlightlessMango 5cdedc4671 mangoapp: gamescope debug graphs 2 years ago
FlightlessMango a9f811a207 mangoapp: gamescope fsr 2 years ago
Alessandro Toia 15fc641fc3 Add fps_only param to disable showing the engine name 2 years ago
jackun 866fd8bc24
Add per process memory usage (`procmem` etc) 3 years ago
jackun 355c521f12
Misc small clean ups and fixes 3 years ago
Alessandro Toia 5c48b4729c Change param to battery, add param for icon, hide power when plugged in 3 years ago
Alessandro Toia 1ab25220c6 Add param to check battery power and percent 3 years ago
flightlessmango e57be394d7
Merge pull request #428 from flgx16/swap
Add swap
3 years ago
flightlessmango 05cf9fc5d6 Add gamemode and vkbasalt function 4 years ago
FlightlessMango c54f8bec5d Hud elements exec function 4 years ago
Lukáš Horáček f11a49ae8b
Add swap 4 years ago
Alessandro Toia 80004d3fe0 Chnage fps color based on fps value 4 years ago
Alessandro Toia 75d9e51445 Remove custom_header, add new params custom_text_center and custom_text 4 years ago
Alessandro Toia b77517501c Add new param custom_header 4 years ago
Alessandro Toia 4ada6d1036 Add show_fps_limit param 4 years ago
FlightlessMango c8d68be476 Add resolution param 4 years ago
Alessandro Toia 8cad40cfac Change order of cpu/gpu load colors and data 4 years ago
jackun 1e8487c991
Move color conversion to HudElements; move some overlay related functions back to overlay.cpp 4 years ago
FlightlessMango 366de9a9dd Legacy elements 4 years ago
FlightlessMango 8ebc56d4f7 CPU/GPU Temp graphs 4 years ago
FlightlessMango cc38924997 Added graphs 4 years ago
jackun dbfbd05ecf Add `media_player` to HudElements 4 years ago
FlightlessMango aebd3353ab Move most hud elements into HudElement functions 4 years ago
FlightlessMango 378cc1e089 Push params to HudElements options 4 years ago