Skip to content

[WIP] Add core selection feature to disable specific cores#101

Closed
Copilot wants to merge 1 commit intomainfrom
copilot/add-core-selection-disable-feature
Closed

[WIP] Add core selection feature to disable specific cores#101
Copilot wants to merge 1 commit intomainfrom
copilot/add-core-selection-disable-feature

Conversation

Copy link

Copilot AI commented Feb 26, 2026

  • Add physical_count field to get_cpu_core_info in py_modules/cpu.py
  • Add set_cpu_online_by_core_type(config) method in py_modules/cpu.py
  • Expose set_cpu_online_by_core_type API in main.py
  • Update CPUCoreTypeInfo TypeScript type with physical_count
  • Add CPU_CORE_ONLINE to ComponentName enum
  • Add settings fields and methods for per-type core control in settings.ts
  • Add setCpuOnlineByCoreType callable and update handleCPUNum in backend.ts
  • Add i18n strings for the new feature in english.json (and other languages)
  • Add CPUCoreOnlineComponent to src/components/cpu.tsx
  • Build and verify the changes compile correctly
Original prompt

This section details on the original issue you should resolve

<issue_title>[Feature request] Core selection to disable</issue_title>
<issue_description>On AMD apu with hybrid architecture (zen5) some users want to disable concrete cores (1 zen5 and 3 zen5c for example, or even left only 4 efficient cores for some light indie titles).
For now disabling is possible only from last to first afaik, efficient first</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@honjow honjow closed this Feb 26, 2026
Copilot stopped work on behalf of honjow due to an error February 26, 2026 04:11
@honjow honjow reopened this Feb 26, 2026
@honjow honjow closed this Feb 28, 2026
@honjow honjow deleted the copilot/add-core-selection-disable-feature branch February 28, 2026 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature request] Core selection to disable

3 participants